StreamCheckboxProps constructor
const
StreamCheckboxProps({
- required bool value,
- required ValueChanged<
bool> ? onChanged, - StreamCheckboxSize? size,
- OutlinedBorder? shape,
- String? semanticLabel,
Creates properties for a checkbox.
Implementation
const StreamCheckboxProps({
required this.value,
required this.onChanged,
this.size,
this.shape,
this.semanticLabel,
});