VChipsRemovable constructor
const
VChipsRemovable({
- Key? key,
- required String chipLabel,
- required dynamic onDeleted()?,
- Widget? leading,
- bool isReadOnly = false,
- bool isDisabled = false,
- dynamic onPressed()?,
- ChipsRemovableType chipsRemovableType = ChipsRemovableType.standard,
- VExt? vExt,
- VChipRemovableStyle? style,
Implementation
const VChipsRemovable({
Key? key,
required this.chipLabel,
required this.onDeleted,
this.leading,
this.isReadOnly = false,
this.isDisabled = false,
this.onPressed,
this.chipsRemovableType = ChipsRemovableType.standard,
this.vExt,
this.style,
}) : super(key: key);