add improvement dashboard screen design

merge-requests/157/head
Elham Rababah 6 years ago
parent dff6c25031
commit d28d2ecdeb

@ -91,10 +91,11 @@ class _DashboardScreenState extends State<DashboardScreen> {
child: FractionallySizedBox( child: FractionallySizedBox(
widthFactor: 0.9, widthFactor: 0.9,
child: Row( child: Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[ children: <Widget>[
Column( Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[ children: <Widget>[
Row( Row(
children: <Widget>[ children: <Widget>[
@ -169,11 +170,12 @@ class _DashboardScreenState extends State<DashboardScreen> {
], ],
), ),
Expanded( Expanded(
child: Row( child: Column(
mainAxisAlignment: MainAxisAlignment.end, mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.end,
children: <Widget>[ children: <Widget>[
Center( Container(
child: Container(
decoration: BoxDecoration( decoration: BoxDecoration(
color: Theme color: Theme
.of(context) .of(context)
@ -190,7 +192,6 @@ class _DashboardScreenState extends State<DashboardScreen> {
// fit: BoxFit.fill, // fit: BoxFit.fill,
), ),
), ),
),
], ],
), ),
), ),

Loading…
Cancel
Save