ConfigOUT<T extends ConfigOUT<T, IN> , IN extends ConfigIN<IN, T> > class
abstract
Constructors
- ConfigOUT(IN iN)
-
const
Properties
Methods
-
build(
BuildContext context) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
wrap(
List< Widget> children) → Widget
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited