menu
chip_inputs_textfield package
documentation
ChipEditingController.dart
ValidatedData
ValidatedData.new constructor
ValidatedData.new constructor
dark_mode
light_mode
ValidatedData
constructor
ValidatedData
(
{
required
String
value
,
required
bool
canConvertToChip
,
})
Implementation
ValidatedData({required this.value, required this.canConvertToChip});
chip_inputs_textfield package
documentation
ChipEditingController
ValidatedData
ValidatedData.new constructor
ValidatedData class