menu
viggo_core_frontend package
documentation
form/field/doublefield.dart
DoubleField
getValidatos method
getValidatos method
dark_mode
light_mode
getValidatos
method
@
override
List
<
dynamic Function
(
String
)
>
getValidatos
(
)
override
Implementation
@override List<Function(String)> getValidatos() { return [_isDouble, ...validators]; }
viggo_core_frontend package
documentation
form/field/doublefield
DoubleField
getValidatos method
DoubleField class