GlassWizardStep class

A single step in a GlassWizard.

Each step has a title, optional subtitle, optional expandable content, and an optional isCompleted flag.

Constructors

GlassWizardStep({required Widget title, Widget? subtitle, Widget? content, Widget? leading, bool isCompleted = false})
const

Properties

content Widget?
Optional expanded content shown when this step is active.
final
hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
Whether this step has been completed.
final
leading Widget?
Optional custom widget for the step indicator circle.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle Widget?
Optional secondary label displayed under title.
final
title Widget
The primary label of the step (typically a Text widget).
final

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