AttributeThemeBuilder class

Builder for AttributeThemeData.

Available Extensions

Constructors

AttributeThemeBuilder([Map<String, Object>? properties])
Create an attribute theme builder. Can have starting properties.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() AttributeThemeData
Build the properties set on this builder into an immutable attribute theme data object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) → void
Remove a property.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) Object?
Returns the value for the given key or null if key is not in the map.
operator []=(String key, Object? value) → void
Associates the key with the given value.