PassiveDividerTransformer class
Properties
-
getNode
→ GetNode
-
The function that returns a node by its id.
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
manager
→ WidgetNodeTransformerManager
-
The node transformer manager that this transformer is registered to.
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buildFromNode(DividerNode node, {WidgetBuildSettings settings = const WidgetBuildSettings(debugLabel: 'buildFromNode')})
→ Widget
-
-
buildFromProps(BuildContext context, {required DividerProperties props, required double height, required double width, WidgetBuildSettings settings = const WidgetBuildSettings(debugLabel: 'buildFromProps')})
→ Widget
-
-
buildPreview({DividerProperties? properties, DividerNode? node, double? height, double? width, ValueChanged<bool>? onChanged, WidgetBuildSettings settings = const WidgetBuildSettings(debugLabel: 'buildPreview')})
→ Widget
-
-
buildWidget(DividerNode node, BuildContext context, WidgetBuildSettings settings)
→ Widget
-
Transforms a node into some output.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onAction(Reaction reaction)
→ void
-
-
onChanged(List<Reaction> reactions)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited