initial commit
This commit is contained in:
9
lib/widgets/vegIcons.dart
Normal file
9
lib/widgets/vegIcons.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
//ignore_for_file: file_names
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
Icon vegIcon = const Icon(Icons.grass_rounded, color: Colors.green);
|
||||
|
||||
Icon nonVegIcon = const Icon(Icons.set_meal_rounded, color: Colors.red);
|
||||
|
||||
Icon eggIcon = const Icon(Icons.egg_rounded, color: Colors.orange);
|
||||
Reference in New Issue
Block a user