OnboardingScreen class

Inheritance

Constructors

OnboardingScreen({Key? key, String? title, int titleFlex = 1, ThemeGroupType titleType = ThemeGroupType.MOP, Emphasis titleEmphasis = Emphasis.HIGH, EdgeInsets? titlePadding, TextAlign titleTextAlign = TextAlign.center, MainAxisAlignment titleMainAxisAlignment = MainAxisAlignment.center, String? description, int descriptionFlex = 1, ThemeGroupType descriptionType = ThemeGroupType.MOP, Emphasis descriptionEmphasis = Emphasis.NONE, EdgeInsets? descriptionPadding, TextAlign descriptionTextAlign = TextAlign.center, MainAxisAlignment descriptionMainAxisAlignment = MainAxisAlignment.center, String? imageUrl, BackgroundGradientType backgroundGradientType = BackgroundGradientType.PRIMARY, ClipPathType clipPathType = ClipPathType.NONE, SimpleClipPath? imageClipPath = DEFAULT_IMAGE_CLIP_PATH, BlendMode? imageBlendMode, Color? imageBlendColor, int imageFlex = 4, EdgeInsets? imagePadding, MainAxisAlignment imageMainAxisAlignment = MainAxisAlignment.center, BoxFit imageFit = BoxFit.fitHeight, EdgeInsetsGeometry screenPadding = const EdgeInsets.all(20.0), String? audioUrl, String? moreInfoUrl, ThemeGroupType moreInfoType = ThemeGroupType.SOP})
const

Properties

audioUrl String?
final
backgroundGradientType → BackgroundGradientType
final
clipPathType ClipPathType
final
description String?
final
descriptionEmphasis → Emphasis
final
descriptionFlex int
final
descriptionMainAxisAlignment MainAxisAlignment
final
descriptionPadding EdgeInsets?
final
descriptionTextAlign TextAlign
final
descriptionType → ThemeGroupType
final
hashCode int
The hash code for this object.
no setterinherited
imageBlendColor Color?
final
imageBlendMode BlendMode?
final
imageClipPath SimpleClipPath?
final
imageFit BoxFit
final
imageFlex int
final
imageMainAxisAlignment MainAxisAlignment
final
imagePadding EdgeInsets?
final
imageUrl String?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
moreInfoType → ThemeGroupType
final
moreInfoUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenPadding EdgeInsetsGeometry
final
title String?
final
titleEmphasis → Emphasis
final
titleFlex int
final
titleMainAxisAlignment MainAxisAlignment
final
titlePadding EdgeInsets?
final
titleTextAlign TextAlign
final
titleType → ThemeGroupType
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() OnboardingScreenState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited