menu
arcane_jaspr package
documentation
core/props/chip_props.dart
ChipGroupProps
ChipGroupProps.new const constructor
ChipGroupProps.new const constructor
dark_mode
light_mode
ChipGroupProps
constructor
const
ChipGroupProps
(
{
required
List
<
ChipProps
>
chips
,
String
?
gap
,
})
Implementation
const ChipGroupProps({ required this.chips, this.gap, });
arcane_jaspr package
documentation
core/props/chip_props
ChipGroupProps
ChipGroupProps.new const constructor
ChipGroupProps class