NodeOverrideExecuter class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
props
→ List<Object>
-
The list of properties that will be used to determine whether
two instances are equal.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
stringify
→ bool?
-
If set to
true
, the toString
method will be overridden to output
this instance's props
.
no setterinherited
Methods
-
checkOverride(BuildContext context, DSWidgetState state, bool condition(Override override))
→ Override?
-
-
executeBuilder(BuildContext context, CNode node, {int index = 0})
→ Widget?
-
-
executeChild(BuildContext context, DSWidgetState state, Widget child)
→ Widget
-
-
executeChildren(BuildContext context, DSWidgetState state, List<CNode> children)
→ List<Widget>
-
-
executeColor(BuildContext context, DSWidgetState state, FFill originalFill)
→ FFill
-
-
executeIcon(BuildContext context, DSWidgetState state, IconData? originalIconValue)
→ IconData
-
-
executeImage(BuildContext context, DSWidgetState state, String originalImageValue)
→ String
-
-
executeText(BuildContext context, DSWidgetState state, String originalTextValue)
→ String
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
overrideDropdownItems(BuildContext context, DSWidgetState state, List<DropdownMenuItem> originalValue)
→ List<DropdownMenuItem>
-
-
overrideDropdownValue(BuildContext context, DSWidgetState state, dynamic originalValue)
→ dynamic
-
-
overridesChild(Override override)
→ bool
-
-
overridesChildren(Override override)
→ bool
-
-
overridesColorValue(Override override)
→ bool
-
-
overridesDropdownItems(Override override)
→ bool
-
-
overridesDropdownValue(Override override)
→ bool
-
-
overridesIconValue(Override override)
→ bool
-
-
overridesImageValue(Override override)
→ bool
-
-
overridesTextValue(Override override)
→ bool
-
-
toString()
→ String
-
A string representation of this object.
inherited