1
This commit is contained in:
parent
4bccb583d6
commit
7967c0b9d5
@ -26,10 +26,7 @@ class IndexView extends StatelessWidget {
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
_buildHead(),
|
_buildHead(),
|
||||||
const SizedBox(height: 30),
|
Expanded(child: Container()),
|
||||||
Expanded(
|
|
||||||
child: Column(
|
|
||||||
children: [
|
|
||||||
_buildDailyQuote(),
|
_buildDailyQuote(),
|
||||||
Expanded(child: Container()),
|
Expanded(child: Container()),
|
||||||
_buildTools(),
|
_buildTools(),
|
||||||
@ -38,9 +35,6 @@ class IndexView extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user