mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-06-20 18:57:17 +08:00
Increase vertical spacing on home page
This commit is contained in:
@ -177,7 +177,7 @@ class _HomeScreenState extends State<HomeScreen> with SingleTickerProviderStateM
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
WonderTitleText(currentWonder, enableShadows: true),
|
WonderTitleText(currentWonder, enableShadows: true),
|
||||||
Gap($styles.insets.xs),
|
Gap($styles.insets.md),
|
||||||
AppPageIndicator(
|
AppPageIndicator(
|
||||||
count: _numWonders,
|
count: _numWonders,
|
||||||
controller: _pageController,
|
controller: _pageController,
|
||||||
@ -186,6 +186,7 @@ class _HomeScreenState extends State<HomeScreen> with SingleTickerProviderStateM
|
|||||||
onDotPressed: _handlePageIndicatorDotPressed,
|
onDotPressed: _handlePageIndicatorDotPressed,
|
||||||
semanticPageTitle: $strings.homeSemanticWonder,
|
semanticPageTitle: $strings.homeSemanticWonder,
|
||||||
),
|
),
|
||||||
|
Gap($styles.insets.md),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user