update rate

This commit is contained in:
Thinzar Win
2020-06-29 16:15:25 +06:30
parent 02450c003e
commit 8e65a533db
25 changed files with 746 additions and 136 deletions

View File

@@ -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(