CustomizableHtmlPageBuilderController class

Constructors

CustomizableHtmlPageBuilderController({VoidCallback? onChangedEditor, ValueChanged<Key?>? onChangedSelecting})

Properties

editorSpaceState WidgetEditorSpaceState?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
keySelected Key?
getter/setter pairinherited
onChangedEditor VoidCallback?
getter/setter pairinherited
onChangedSelecting ValueChanged<Key?>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgets List<Widget>
getter/setter pairinherited

Methods

changePositionIndexElement({required int oldIndex, required int newIndex, required Key key}) → void
dispose() → void
exportHTMLText() String
importHTMLText(String htmlText) → dynamic
indexElementByKey(Key key) int
insertElement({int? index, required Widget element}) → void
isFocusedWidget(Key key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeElement(int index) → void
removeElementByKey(Key key) → dynamic
selectFocusWidget([Key? key]) → dynamic
toString() String
A string representation of this object.
inherited
updateBuilderState() → dynamic
inherited

Operators

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