update rate
This commit is contained in:
@@ -274,12 +274,11 @@ Widget getStatus(String status) {
|
||||
style: TextStyle(
|
||||
color: Colors.green, fontSize: 18),
|
||||
)
|
||||
: status == "Used"
|
||||
: status == "Used"
|
||||
? Text(
|
||||
status,
|
||||
style: TextStyle(
|
||||
color: Colors.red,
|
||||
fontSize: 18),
|
||||
color: Colors.red, fontSize: 18),
|
||||
)
|
||||
: status == "Paid"
|
||||
? Row(
|
||||
@@ -471,6 +470,7 @@ Widget fcsInputReadOnly(String label, IconData iconData,
|
||||
cursorColor: primaryColor,
|
||||
maxLines: null,
|
||||
minLines: 1,
|
||||
readOnly: true,
|
||||
decoration: InputDecoration(
|
||||
fillColor: Colors.white,
|
||||
border: InputBorder.none,
|
||||
@@ -479,7 +479,7 @@ Widget fcsInputReadOnly(String label, IconData iconData,
|
||||
filled: true,
|
||||
icon: Icon(
|
||||
iconData,
|
||||
color: Colors.grey,
|
||||
color:primaryColor,
|
||||
),
|
||||
));
|
||||
// return Row(
|
||||
|
||||
Reference in New Issue
Block a user