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(),
|
||||
),
|
||||
),
|
||||
Gap($styles.insets.sm),
|
||||
],
|
||||
),
|
||||
if (!shortMode) Gap($styles.insets.md),
|
||||
Spacer(),
|
||||
if (!shortMode)
|
||||
AppPageIndicator(
|
||||
count: state._artifacts.length,
|
||||
controller: state._pageController!,
|
||||
semanticPageTitle: $strings.artifactsSemanticArtifact,
|
||||
),
|
||||
],
|
||||
),
|
||||
if (!shortMode) Gap($styles.insets.md),
|
||||
Spacer(),
|
||||
Gap($styles.insets.md),
|
||||
AppBtn.from(
|
||||
text: $strings.artifactsButtonBrowse,
|
||||
icon: AppIcons.search,
|
||||
|
Loading…
x
Reference in New Issue
Block a user