ChipSelectionPlaceholder constructor
const
ChipSelectionPlaceholder({
- Key? key,
- required String message,
- TextStyle? style,
- TextAlign? align,
- EdgeInsetsGeometry? padding,
default constructor
Implementation
const ChipSelectionPlaceholder({
Key? key,
required this.message,
this.style,
this.align,
this.padding,
}) : super(key: key);