PandaController class

Constructors

PandaController({PandaLayoutModesEnum? layoutMode})

Properties

bloc PandaCubit?
no getter
formResultValue PandaFormResultModel?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layoutMode PandaLayoutModesEnum?
final
onChange Stream<PandaFormResultModel?>
no setter
onNavigateToSection Stream<int>
no setter
onValidChange Stream<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valid bool
getter/setter pair

Methods

change(PandaFormResultModel? formResult) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submit() → void
toString() String
A string representation of this object.
inherited
validChange(bool valid) → void

Operators

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