Skip to content

Commit d85e622

Browse files
nits: Remove comma after color property of Icon in home bottom navbar button
1 parent a01db60 commit d85e622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ class _NavigationBarButton extends StatelessWidget {
269269
children: [
270270
SizedBox(height: 34,
271271
child: Center(
272-
child: Icon(icon, size: 24, color: color,))),
272+
child: Icon(icon, size: 24, color: color))),
273273
Flexible(
274274
child: Text(
275275
label,

0 commit comments

Comments
 (0)