PassiveProgressBarTransformer class

Inheritance

Constructors

PassiveProgressBarTransformer(GetNode getNode, WidgetNodeTransformerManager manager)

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(BuildContext context, ProgressBarNode node, WidgetBuildSettings settings) Widget
buildFromProps(BuildContext context, {required ProgressBarProperties props, required double height, required double width, required WidgetBuildSettings settings}) Widget
buildPreview({ProgressBarProperties? properties, ProgressBarNode? node, double? height, double? width, double? currentValue, ValueChanged<bool>? onChanged, bool animate = false, WidgetBuildSettings settings = const WidgetBuildSettings(debugLabel: 'buildPreview')}) Widget
buildWidget(ProgressBarNode 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
onChanged(BuildContext context, ProgressBarNode node, double value) → void
toString() String
A string representation of this object.
inherited

Operators

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