ChampionCheckboxSelect class
Constructors
-
ChampionCheckboxSelect({required String id, Widget? icon, required List<MultiselectOption> options, bool multiselect = false, Widget? leading, Widget? trailing, FormTheme? theme, String? title, String? description, bool disabled = false, bool hideField = false, bool requestFocus = false, List<String> defaultValue = const [], bool caseSensitiveDefaultValue = true, List<FormBuilderValidator>? validators, bool validateLive = false, dynamic onSubmit(FormResults results)?, dynamic onChange(FormResults results)?, Widget fieldLayout(BuildContext context, FormFieldDef fieldDetails, FieldColorScheme currentColors, List<FormBuilderError> errors, Widget renderedField) = fieldSimpleLayout, Widget fieldBackground(BuildContext context, FormFieldDef fieldDetails, FieldColorScheme currentColors, Widget renderedField) = fieldSimpleBackground, Widget fieldBuilder(BuildContext context, ChampionFormController controller, List<MultiselectOption> choices, ChampionOptionSelect field, FieldState currentState, FieldColorScheme currentColors, List<String>? defaultValue, dynamic updateFocus(bool focused), dynamic updateSelectedOption(MultiselectOption? selectedOption)) = checkboxFieldBuilder})
-
Properties
-
caseSensitiveDefaultValue
→ bool
-
finalinherited
-
defaultValue
→ List<String>
-
finalinherited
-
description
→ String?
-
finalinherited
-
disabled
→ bool
-
finalinherited
-
fieldBackground
→ Widget Function(BuildContext context, FormFieldDef fieldDetails, FieldColorScheme currentColors, Widget renderedField)
-
finalinherited
-
fieldBuilder
↔ Widget Function(BuildContext context, ChampionFormController controller, List<MultiselectOption> choices, ChampionOptionSelect field, FieldState currentState, FieldColorScheme currentColors, List<String>? defaultValue, dynamic updateFocus(bool focused), dynamic updateSelectedOption(MultiselectOption? selectedOption))
-
getter/setter pairoverride
-
fieldLayout
→ Widget Function(BuildContext context, FormFieldDef fieldDetails, FieldColorScheme currentColors, List<FormBuilderError> errors, Widget renderedField)
-
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
hideField
→ bool
-
finalinherited
-
icon
→ Widget?
-
finalinherited
-
id
→ String
-
finalinherited
-
leading
→ Widget?
-
finalinherited
-
multiselect
→ bool
-
finalinherited
-
onChange
→ dynamic Function(FormResults results)?
-
finalinherited
-
onSubmit
→ dynamic Function(FormResults results)?
-
finalinherited
-
options
→ List<MultiselectOption>
-
finalinherited
-
requestFocus
→ bool
-
finalinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
theme
→ FormTheme?
-
finalinherited
-
title
→ String?
-
finalinherited
-
trailing
→ Widget?
-
finalinherited
-
validateLive
→ bool
-
finalinherited
-
validators
→ List<FormBuilderValidator>?
-
finalinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited