ChipRF constructor
ChipRF({
- required Widget label,
- Widget? avatar,
- Future<
ShapesInfoRF> onTap()?, - ChipTypeRF? chipTypeRF,
- Color backgroundColor = Colors.white,
- Color? selectedColor,
Implementation
ChipRF({
required this.label,
this.avatar,
this.onTap,
this.chipTypeRF,
this.backgroundColor = Colors.white,
this.selectedColor,
});