Commit 64f962fe by Ramesh Babu Puvvadi

added new changes

parent f61d12f0
...@@ -128,6 +128,24 @@ class Constants { ...@@ -128,6 +128,24 @@ class Constants {
color: Colors.red, 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 { static Future<void> showAlertDialog1(BuildContext context) async {
AlertDialog alert = const AlertDialog( AlertDialog alert = const AlertDialog(
content: Row( content: Row(
......
...@@ -20,7 +20,6 @@ class Review extends StatefulWidget { ...@@ -20,7 +20,6 @@ class Review extends StatefulWidget {
//const Review({super.key}); //const Review({super.key});
final String message; final String message;
final String selecteddate; final String selecteddate;
const Review({super.key, required this.message, required this.selecteddate}); const Review({super.key, required this.message, required this.selecteddate});
@override @override
...@@ -51,7 +50,7 @@ class _Review extends State<Review> { ...@@ -51,7 +50,7 @@ class _Review extends State<Review> {
late String imp; late String imp;
Key carouselKey = UniqueKey(); Key carouselKey = UniqueKey();
bool pressed = false; bool pressed = false;
bool pressed1 = false; bool pressed1= false;
Color black = Colors.black; Color black = Colors.black;
Color black1 = Colors.black; Color black1 = Colors.black;
Color black2 = Colors.black; Color black2 = Colors.black;
......
...@@ -98,7 +98,6 @@ flutter: ...@@ -98,7 +98,6 @@ flutter:
- assets/images/command_center.png - assets/images/command_center.png
- assets/images/audit.png - assets/images/audit.png
- assets/images/info.png - assets/images/info.png
# - assets/images/infor.png
- assets/images/emp.png - assets/images/emp.png
#- assets/images/green.png #- assets/images/green.png
- assets/images/red.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