ScaffoldSpecAttribute class base
Represents the attributes of a ScaffoldSpec.
This class encapsulates properties defining the layout and appearance of a ScaffoldSpec.
Use this class to configure the attributes of a ScaffoldSpec and pass it to the ScaffoldSpec constructor.
- Mixed-in types
Constructors
- ScaffoldSpecAttribute({BoxSpecAttribute? container, AnimatedDataDto? animated, WidgetModifiersDataDto? modifiers})
-
const
Properties
- animated → AnimatedDataDto?
-
finalinherited
- container → BoxSpecAttribute?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mergeKey → Object
-
no setterinherited
- modifiers → WidgetModifiersDataDto?
-
finalinherited
-
props
→ List<
Object?> -
The list of properties that constitute the state of this ScaffoldSpecAttribute.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool
-
no setterinherited
Methods
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
override
-
getDiff(
EqualityMixin other) → Map< String, String> -
inherited
-
merge(
covariant ScaffoldSpecAttribute? other) → ScaffoldSpecAttribute -
Merges the properties of this ScaffoldSpecAttribute with the properties of
other. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
MixData mix) → ScaffoldSpec -
Resolves to ScaffoldSpec using the provided
MixData. -
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringShort(
) → String -
A brief description of this object, usually just the runtimeType and the
hashCode.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited