VChipsSelection constructor
const
VChipsSelection({})
Implementation
const VChipsSelection({
Key? key,
required this.chipLabel,
required this.onSelected,
this.isSelected = false,
this.isReadOnly = false,
this.isDisabled = false,
this.vExt,
this.style,
}) : super(key: key);