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

Loading…
Cancel
Save