Impact_PageSelector_3 class

Inheritance

Constructors

Impact_PageSelector_3({dynamic RedirectTo, required List<Impact_PageSelector_3_Item> PagesContent, LinearGradient? MainGrad, RadialGradient? RadialGrad, Color? ActiveTabPageSelectorColor, Color? TabPageSelectorColor, Color? ButtonBgColor, String? NextTxt, String? PrevTxt, String? SkipTxt, TextStyle? TitleStyle, TextStyle? DescriptionStyle, TextStyle? BtnTxtStyle, bool? IsRTL, bool? ShowTutorial, String? NextGuideTxt, String? NotNowTitle, String? NotNowGuideTxt, String? NotNowTxt, Color? TargetBgColor, Color? GuideBgColor, Alignment? SkipAlignment, String? PrevGuideTxt})

Properties

ActiveTabPageSelectorColor 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
MainGrad LinearGradient?
getter/setter pair
NextGuideTxt String?
getter/setter pair
NextTxt String?
getter/setter pair
NotNowGuideTxt String?
getter/setter pair
NotNowTitle String?
getter/setter pair
NotNowTxt String?
getter/setter pair
PagesContent List<Impact_PageSelector_3_Item>
getter/setter pair
PrevGuideTxt String?
getter/setter pair
PrevTxt String?
getter/setter pair
RadialGrad RadialGradient?
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
SkipTxt String?
getter/setter pair
TabPageSelectorColor Color?
getter/setter pair
TargetBgColor Color?
getter/setter pair
TitleStyle TextStyle?
getter/setter pair

Methods

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