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