flutter_form_annotations
flutter_form_annotations
max function
max
max
function
Null safety
double
max
(
double
a
,
double
b
)
Implementation
double max(double a, double b) => a > b ? a : b;
flutter_form_annotations
flutter_form_annotations
max function
flutter_form_annotations library
Classes
FieldCheckbox
FieldChoiceChip
FieldClass
FieldDatePicker
FieldDateRangePicker
FieldDropdown
FieldDropdownHideUnderline
FieldRadio
FieldRangeSlider
FieldSlider
FieldSwitch
FieldText
FieldTextArea
FormBuilder
FormValidator
Functions
camelCaseToTitleCase
getKeyboardType
hasSubAttributes
isMeta
isValidAttribute
isValidFieldType
isValidType
max
min
mustHaveValues
stringToTypeValue
typeToValue
valueToType
Enums
FieldPropertyType
FieldValidator
FormFieldType