FlutterIntroScreen constructor
const
FlutterIntroScreen({
- Key? key,
- required Widget appLogo,
- required Widget centerWidget,
- required List<
IntroPageData> pageData, - required VoidCallback onCompletePressed,
- IntroMessages messages = const IntroMessages(),
- IntroInsets insets = const IntroInsets(),
- IntroDurations durations = const IntroDurations(),
- IntroColors colors = const IntroColors(),
- IntroText texts = const IntroText(),
Implementation
const FlutterIntroScreen({
Key? key,
required this.appLogo,
required this.centerWidget,
required this.pageData,
required this.onCompletePressed,
this.messages = const IntroMessages(),
this.insets = const IntroInsets(),
this.durations = const IntroDurations(),
this.colors = const IntroColors(),
this.texts = const IntroText(),
}) : super(key: key);