Impact_PageSelector_4 class

Inheritance

Constructors

Impact_PageSelector_4({dynamic RedirectTo, required List<Impact_PageSelector_4_Item> PagesContent, required Color? ActiveTabPageSelectorColor, required Color? TabPageSelectorColor, bool? IsRTL, bool? ShowTutorial, Color? TargetBgColor, String? NextTxt, String? NextGuideTxt, String? NotNowTxt, String? NotNowGuideTxt, Color? GuideBgColor, String? SkipTxt, Alignment? SkipAlignment, Color? BgColor, Color? WaveColor, Color? ButtonBgColor, Color? SkipColor, TextStyle? TitleStyle, TextStyle? DescriptionStyle, String? CloseTxt, TextStyle? BtnTxtStyle})

Properties

ActiveTabPageSelectorColor Color?
getter/setter pair
BgColor Color?
getter/setter pair
BtnTxtStyle TextStyle?
getter/setter pair
ButtonBgColor Color?
getter/setter pair
CloseTxt String?
getter/setter pair
DescriptionStyle TextStyle?
getter/setter pair
GuideBgColor Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
IsRTL bool?
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
NextGuideTxt String?
getter/setter pair
NextTxt String?
getter/setter pair
NotNowGuideTxt String?
getter/setter pair
NotNowTxt String?
getter/setter pair
PagesContent List<Impact_PageSelector_4_Item>
getter/setter pair
PrevGuideTxt String?
getter/setter pair
PrevTxt String?
getter/setter pair
RedirectTo ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ShowTutorial bool?
getter/setter pair
SkipAlignment Alignment?
getter/setter pair
SkipColor Color?
getter/setter pair
SkipTextStyle TextStyle?
getter/setter pair
SkipTxt String?
getter/setter pair
TabPageSelectorColor Color?
getter/setter pair
TargetBgColor Color?
getter/setter pair
TitleStyle TextStyle?
getter/setter pair
WaveColor Color?
getter/setter pair

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() Impact_PageSelector_4_State
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