Bottom align page indicator on carousel
This commit is contained in:
parent
f3bc60fb7c
commit
989ba4b9c4
@ -62,17 +62,17 @@ class _BottomTextContent extends StatelessWidget {
|
|||||||
).animate(key: ValueKey(artifact.artifactId)).fadeIn(),
|
).animate(key: ValueKey(artifact.artifactId)).fadeIn(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Gap($styles.insets.sm),
|
],
|
||||||
|
),
|
||||||
|
if (!shortMode) Gap($styles.insets.md),
|
||||||
|
Spacer(),
|
||||||
if (!shortMode)
|
if (!shortMode)
|
||||||
AppPageIndicator(
|
AppPageIndicator(
|
||||||
count: state._artifacts.length,
|
count: state._artifacts.length,
|
||||||
controller: state._pageController!,
|
controller: state._pageController!,
|
||||||
semanticPageTitle: $strings.artifactsSemanticArtifact,
|
semanticPageTitle: $strings.artifactsSemanticArtifact,
|
||||||
),
|
),
|
||||||
],
|
Gap($styles.insets.md),
|
||||||
),
|
|
||||||
if (!shortMode) Gap($styles.insets.md),
|
|
||||||
Spacer(),
|
|
||||||
AppBtn.from(
|
AppBtn.from(
|
||||||
text: $strings.artifactsButtonBrowse,
|
text: $strings.artifactsButtonBrowse,
|
||||||
icon: AppIcons.search,
|
icon: AppIcons.search,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user