Small tweaks for intro screen on foldable
This commit is contained in:
parent
13073d4e02
commit
849923d739
@ -15,9 +15,9 @@ class IntroScreen extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _IntroScreenState extends State<IntroScreen> {
|
class _IntroScreenState extends State<IntroScreen> {
|
||||||
static const double _imageSize = 264;
|
static const double _imageSize = 250;
|
||||||
static const double _logoHeight = 126;
|
static const double _logoHeight = 126;
|
||||||
static const double _textHeight = 155;
|
static const double _textHeight = 100;
|
||||||
static const double _pageIndicatorHeight = 55;
|
static const double _pageIndicatorHeight = 55;
|
||||||
|
|
||||||
static List<_PageData> pageData = [];
|
static List<_PageData> pageData = [];
|
||||||
@ -132,7 +132,7 @@ class _IntroScreenState extends State<IntroScreen> {
|
|||||||
// page indicator:
|
// page indicator:
|
||||||
Container(
|
Container(
|
||||||
height: _pageIndicatorHeight,
|
height: _pageIndicatorHeight,
|
||||||
alignment: Alignment(0.0, -0.75),
|
alignment: Alignment(0.0, 0),
|
||||||
child: AppPageIndicator(
|
child: AppPageIndicator(
|
||||||
count: pageData.length, controller: _pageController, color: $styles.colors.offWhite),
|
count: pageData.length, controller: _pageController, color: $styles.colors.offWhite),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user