DefaultStepWidget class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- StepWidget
- DefaultStepWidget
Constructors
-
DefaultStepWidget({Key? key, required List<
GlobalKey< keys, List<State< >StatefulWidget> >String> ? guideTexts, required bool needAnimate, List<Function> ? nextStepCallBacks, List<Function> ? preStepCallBacks, Function? outsideDoneCallBack, required double divide, required double maxWidthScale, required String nextText, required String preText, required String doneText, required TextStyle guideTextStyle, required TextStyle stepTextStyle, required EdgeInsets padding, required BorderRadius borderRadius, required Color stepColor})
Properties
- borderRadius → BorderRadius
-
final
- controller → MaskController
-
finalinherited
- divide → double
-
UI
final
- doneText → String
-
final
-
guideTexts
→ List<
String> ? -
final
- guideTextStyle → TextStyle
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
-
keys
→ List<
GlobalKey< State< >StatefulWidget> > -
主要
final
- maxWidthScale → double
-
final
- needAnimate → bool
-
次要
final
-
nextStepCallBacks
→ List<
Function> ? -
final
- nextText → String
-
final
- outsideDoneCallBack → Function?
-
final
- padding → EdgeInsets
-
final
-
preStepCallBacks
→ List<
Function> ? -
final
- preText → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- step → int
-
no setterinherited
- stepColor → Color
-
final
-
stepNotifier
→ ValueNotifier<
int> -
no setterinherited
- stepTextStyle → TextStyle
-
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
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
-
doneCallBack(
) → void -
override
-
nextStep(
) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preStep(
) → void -
override
-
stepWidgetSize(
BuildContext context, String text) → Size -
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, int wrapWidth = 65}) → 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