Commit 64f962fe by Ramesh Babu Puvvadi

added new changes

parent f61d12f0
......@@ -128,6 +128,24 @@ class Constants {
color: Colors.red,
);
static const TextStyle LoginbuttonsfontStyle = TextStyle(
fontFamily: 'Poppins',
fontSize: 16,
fontWeight: FontWeight.normal,
color: Color.fromARGB(
255,
12,
18,
22
),
);
static const TextStyle LoginuseridStyle = TextStyle(
fontFamily: 'Poppins',
fontSize: 16,
fontWeight: FontWeight.normal,
color: Color.fromARGB(255, 228, 240, 255),
);
static Future<void> showAlertDialog1(BuildContext context) async {
AlertDialog alert = const AlertDialog(
content: Row(
......
......@@ -20,7 +20,6 @@ class Review extends StatefulWidget {
//const Review({super.key});
final String message;
final String selecteddate;
const Review({super.key, required this.message, required this.selecteddate});
@override
......@@ -46,13 +45,13 @@ class _Review extends State<Review> {
'assets/images/review.png'
];
List<String>? storesList;
ReviewList? reviewList;
ReviewList? reviewList;
List<Alerts>? filteredAlerts = [];
late String imp;
late String imp;
Key carouselKey = UniqueKey();
bool pressed = false;
bool pressed1 = false;
Color black = Colors.black;
bool pressed1= false;
Color black = Colors.black;
Color black1 = Colors.black;
Color black2 = Colors.black;
Color black3 = Colors.black;
......
......@@ -98,7 +98,6 @@ flutter:
- assets/images/command_center.png
- assets/images/audit.png
- assets/images/info.png
# - assets/images/infor.png
- assets/images/emp.png
#- assets/images/green.png
- assets/images/red.png
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment