OutlinedChip constructor
const
OutlinedChip({
- Key? key,
- required String label,
- IconData? icon,
- ChipStyle? style,
- SdChipThemeData? theme,
- bool selected = false,
- bool enabled = true,
- Color? borderColor,
- Color? textColor,
- ValueChanged<
bool> ? onSelected, - VoidCallback? onTap,
Creates an outlined chip.
Implementation
const OutlinedChip({
super.key,
required this.label,
this.icon,
this.style,
this.theme,
this.selected = false,
this.enabled = true,
this.borderColor,
this.textColor,
this.onSelected,
this.onTap,
});