ZeroChipOutlined constructor
const
ZeroChipOutlined({
- Key? key,
- Widget? avatar,
- required String label,
- IconData? cancelIcon,
- bool disabled = false,
- VoidCallback? onTap,
- VoidCallback? onTapCancel,
- ZeroChipSize size = ZeroChipSize.small,
- ZeroChipOutlinedStyle? style,
Implementation
const ZeroChipOutlined({
Key? key,
this.avatar,
required this.label,
this.cancelIcon,
this.disabled = false,
this.onTap,
this.onTapCancel,
this.size = ZeroChipSize.small,
this.style,
}) : super(key: key);