Config<T extends Config<T, Data>, Data extends ConfigData<Data>> class abstract

Implementers

Constructors

Config(Data fallback)

Properties

data ↔ Data
getter/setter pair
fallback → Data
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() Widget
lerp(dynamic data) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withChild(Widget? child) → T
command to set child

Operators

operator &(dynamic data) → T
override
operator *(double operand) → T
inherited
operator +(T operand) → T
inherited
operator -(T operand) → T
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) → T
override