ChipInputTheme constructor
const
ChipInputTheme({
- BoxConstraints? popoverConstraints,
- bool? useChips,
Creates a ChipInputTheme.
All parameters are optional and fall back to framework defaults when null. The theme can be applied globally or to specific chip input instances.
Implementation
const ChipInputTheme({
this.popoverConstraints,
this.useChips,
});