A material step used in Stepper. The step can have a title and subtitle, an icon within its circle, some content and a state that governs its styling.

See also:

Constructors

Step({@required Widget title, Widget subtitle, @required Widget content, StepState state: StepState.indexed, bool isActive: false })

Creates a step for a Stepper.

Properties

content Widget

The content of the step that appears below the title and subtitle.

read-only
isActive bool

Whether or not the step is active. The flag only influences styling.

read-only
state StepState

The state of the step which determines the styling of its componenents and whether steps are interactive.

read-only
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.

read-only
title Widget

The title of the step that typically describes it.

read-only
hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited