Make image field not required
This commit is contained in:
@@ -14,7 +14,7 @@ class MyApp extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
title: 'Grocery Helper',
|
||||
title: 'One Trip',
|
||||
theme: lightTheme,
|
||||
darkTheme: darkTheme,
|
||||
themeMode: ThemeMode.system,
|
||||
|
||||
@@ -258,7 +258,8 @@ class _IngredientSectionState extends State<IngredientSection> {
|
||||
),
|
||||
),
|
||||
Divider(
|
||||
height: 1,
|
||||
height: 2,
|
||||
thickness: 1,
|
||||
color: index % 2 == 0
|
||||
? Theme.of(context).colorScheme.primary
|
||||
: Theme.of(context).colorScheme.error)
|
||||
|
||||
Reference in New Issue
Block a user