PageStep class

An extension of Step to allow for a custom icon to be used.

Inheritance
Implementers

Constructors

PageStep({Icon? icon, required Widget title, required Widget content, Widget? subtitle, StepState state = StepState.indexed, bool isActive = false})
const

Properties

content Widget
The content of the step that appears below the title and subtitle.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
icon Icon?
The icon to show in the stepper.
final
isActive bool
Whether or not the step is active. The flag only influences styling.
finalinherited
label Widget?
Only StepperType.horizontal, Optional widget that appears under the title. By default, uses the bodyLarge theme.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state StepState
The state of the step which determines the styling of its components and whether steps are interactive.
finalinherited
stepStyle StepStyle?
Optional overrides for the step's default visual configuration.
finalinherited
subtitle Widget?
The subtitle of the step that appears below the title and has a smaller font size. It typically gives more details that complement the title.
finalinherited
title Widget
The title of the step that typically describes it.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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