menu
shared_component package
documentation
custom_plugins/dropdown_search/src/widgets/custom_chip.dart
CustomChip
CustomChip.new const constructor
CustomChip.new const constructor
dark_mode
light_mode
CustomChip
constructor
const
CustomChip
(
{
Key
?
key
,
required
Widget
label
,
required
ChipProps
props
,
})
Implementation
const CustomChip({super.key, required this.label, required this.props});
shared_component package
documentation
custom_plugins/dropdown_search/src/widgets/custom_chip
CustomChip
CustomChip.new const constructor
CustomChip class