ComponentState class

Constructors

ComponentState({required Widget builder(BuildContext, ControlsInterface), required String stateName, String? markdown, String? codeSample})
ComponentState.center({required Widget child, String? markdown, String? codeSample, required String stateName})
factory
ComponentState.child({required Widget child, String? markdown, String? codeSample, required String stateName})
factory

Properties

builder Widget Function(BuildContext, ControlsInterface)
final
codeSample String?
final
hashCode int
The hash code for this object.
no setterinherited
markdown String?
final
parent Component?
getter/setter pair
path String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateName String
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