ConfigData<T extends ConfigData<T>> class

Mixed in types
  • OR<T, dynamic>
  • AND<T, dynamic>
Implementers

Constructors

ConfigData(Widget? child)

Properties

child Widget?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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