ValuesData<Model> class
ValuesData data class
Constructors
- ValuesData.new({required Widget itemBuilder(BuildContext context, int i, Model element)})
- main constructor for ValuesData
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemBuilder → Widget Function(BuildContext context, int i, Model element)
-
item builder of the values data Widget
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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