NumberInput class

Inheritance

Constructors

NumberInput({num step = 1, num min = 0, num? max, num? errorDefault = 0})

Properties

errorDefault num?
final
hashCode int
The hash code for this object.
no setterinherited
max num?
final
min num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
step num
final

Methods

minus(String value) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plus(String value) String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited