Skip to content

Commit

Permalink
Bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
palmer-matthew committed Sep 1, 2020
1 parent 11f5e00 commit 022899f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ScholarshipDetailsView extends StatelessWidget {
List<Widget> listing_widget = List.empty(growable: true);
for(String b in listing){
listing_widget.add(ListTile(
leading: Icon(Icons.stop),
leading: Icon(Icons.lens),
title: Text(
b,
style: TextStyle(
Expand Down

0 comments on commit 022899f

Please sign in to comment.