CreationPanelController class

Constructors

CreationPanelController({required List<CreationSection> sections, required List<ConfigurationBlockModel?> configBlockModels})

Properties

close VoidCallback
getter/setter pair
configListeners List<ValueNotifier<ConfigurationBlockModel?>?>
final
configListListeneble ValueNotifier<List<ConfigurationBlockModel?>>
final
draggingBlockListenable ValueNotifier<bool>
final
hashCode int
The hash code for this object.
no setterinherited
isOpen bool
getter/setter pair
open VoidCallback
getter/setter pair
runningOperation ↔ CancelableOperation?
getter/setter pair
runningStateListenable ValueNotifier<RunningState>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sections List<CreationSection>
final

Methods

addConfigModel({required ConfigurationBlockModel configModel}) → void
blockDroped() → void
configByuuid({required String uuid}) ConfigurationBlockModel?
draggingBlock() → void
listenerByConfig({required String uuid}) ValueNotifier<ConfigurationBlockModel?>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshConfigList() → void
removeConfigModel({required ConfigurationBlockModel configModel}) → void
toString() String
A string representation of this object.
inherited
updateConfigList({required List<ConfigurationBlockModel?> configList}) → void

Operators

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