|
|
|
|
@ -84,7 +84,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Container(
|
|
|
|
|
height: 140,
|
|
|
|
|
color: Hexcolor('#515B5D'),
|
|
|
|
|
color: HexColor('#515B5D'),
|
|
|
|
|
width: double.infinity,
|
|
|
|
|
child: FractionallySizedBox(
|
|
|
|
|
widthFactor: 0.9,
|
|
|
|
|
@ -223,7 +223,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
bottom: 19,
|
|
|
|
|
child: Container(
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
color: Hexcolor("#DED8CF"),
|
|
|
|
|
color: HexColor("#DED8CF"),
|
|
|
|
|
borderRadius: BorderRadius.all(
|
|
|
|
|
Radius.circular(10.0),
|
|
|
|
|
),
|
|
|
|
|
@ -251,20 +251,20 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
AppText("38",
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 3.7,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
fontWeight: FontWeight.bold,),
|
|
|
|
|
AppText(TranslationBase
|
|
|
|
|
.of(context)
|
|
|
|
|
.outPatients,
|
|
|
|
|
fontWeight: FontWeight.normal,
|
|
|
|
|
fontSize: SizeConfig.textMultiplier * 1.4,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
circularStrokeCap: CircularStrokeCap.butt,
|
|
|
|
|
backgroundColor: Colors.blueGrey[100],
|
|
|
|
|
progressColor: Hexcolor('#B8382C'),
|
|
|
|
|
progressColor: HexColor('#B8382C'),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
@ -278,7 +278,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
border: TableBorder.symmetric(
|
|
|
|
|
inside: BorderSide(
|
|
|
|
|
width: 0.5,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
children: [
|
|
|
|
|
@ -292,13 +292,13 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
TranslationBase.of(context).arrived,
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 1.5,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
"23",
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 2.7,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
@ -314,13 +314,13 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
TranslationBase.of(context).er,
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 1.5,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
"03",
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 2.7,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
@ -343,13 +343,13 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
TranslationBase.of(context).notArrived,
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 1.5,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
"15",
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 2.7,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
@ -365,13 +365,13 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
TranslationBase.of(context).walkIn,
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 1.5,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
),
|
|
|
|
|
AppText(
|
|
|
|
|
"04",
|
|
|
|
|
fontSize:
|
|
|
|
|
SizeConfig.textMultiplier * 2.7,
|
|
|
|
|
color: Hexcolor('#5D4C35'),
|
|
|
|
|
color: HexColor('#5D4C35'),
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
@ -555,7 +555,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
imageName: '4.png',
|
|
|
|
|
color: Hexcolor('#B8382C'),
|
|
|
|
|
color: HexColor('#B8382C'),
|
|
|
|
|
hasBorder: false,
|
|
|
|
|
width: MediaQuery
|
|
|
|
|
.of(context)
|
|
|
|
|
@ -609,7 +609,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
imageName: '5.png',
|
|
|
|
|
color: Hexcolor('#B8382C'),
|
|
|
|
|
color: HexColor('#B8382C'),
|
|
|
|
|
hasBorder: false,
|
|
|
|
|
width: MediaQuery
|
|
|
|
|
.of(context)
|
|
|
|
|
@ -1020,7 +1020,7 @@ class DashboardItem extends StatelessWidget {
|
|
|
|
|
.height * 0.35,
|
|
|
|
|
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
color: !hasBorder ? color != null ? color : Hexcolor('#050705')
|
|
|
|
|
color: !hasBorder ? color != null ? color : HexColor('#050705')
|
|
|
|
|
.withOpacity(opacity) : Colors
|
|
|
|
|
.white,
|
|
|
|
|
borderRadius: BorderRadius.circular(6.0),
|
|
|
|
|
|