DoubleMockValueDelegate class

Inheritance

Constructors

DoubleMockValueDelegate()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
inputFormatters List<TextInputFormatter>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildMockValueWidget(BuildContext context, double value, ValueChanged<MockValue<double>> onChanged) Widget
inherited
handlesValue(dynamic value) bool
Checks if delegate can render widget for generic type T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String value) double
override
toString() String
A string representation of this object.
inherited

Operators

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