Fix overflow error on intro screen
This commit is contained in:
parent
b430fc4f1b
commit
bc21f55d62
@ -18,7 +18,7 @@ class IntroScreen extends StatefulWidget {
|
|||||||
class _IntroScreenState extends State<IntroScreen> {
|
class _IntroScreenState extends State<IntroScreen> {
|
||||||
static const double _imageSize = 250;
|
static const double _imageSize = 250;
|
||||||
static const double _logoHeight = 126;
|
static const double _logoHeight = 126;
|
||||||
static const double _textHeight = 100;
|
static const double _textHeight = 110;
|
||||||
static const double _pageIndicatorHeight = 55;
|
static const double _pageIndicatorHeight = 55;
|
||||||
|
|
||||||
static List<_PageData> pageData = [];
|
static List<_PageData> pageData = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user