menu
flutter_intro_screen package
documentation
screen.dart
IntroStaticTextScale
IntroStaticTextScale const constructor
IntroStaticTextScale const constructor
dark_mode
light_mode
IntroStaticTextScale
constructor
const
IntroStaticTextScale
(
{
Key
?
key
,
required
Widget
child
,
double
scale
=
1
,
})
Implementation
const IntroStaticTextScale({ Key? key, required this.child, this.scale = 1, }) : super(key: key);
flutter_intro_screen package
documentation
screen
IntroStaticTextScale
IntroStaticTextScale const constructor
IntroStaticTextScale class