TInputValueMixin<T> mixin

Mixin for widgets that hold a typed value.

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
onValueChanged ValueChanged<T?>?
Callback fired when the value changes.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
The initial value.
no setter
valueNotifier ValueNotifier<T?>?
A ValueNotifier for two-way binding.
no setter

Methods

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 ==(Object other) bool
The equality operator.
inherited