ChipButton constructor
const
ChipButton({
- Key? key,
- required String label,
- AsyncCallback? onPressed,
- bool dense = false,
Implementation
const ChipButton({
Key? key,
required this.label,
this.onPressed,
this.dense = false,
}) : super(key: key);