NiceDisplayStylePicker constructor
const
NiceDisplayStylePicker({
- Key? key,
- required NiceDisplayStyle value,
- required ValueChanged<
NiceDisplayStyle> onChanged, - bool showLabels = false,
- bool compact = false,
Implementation
const NiceDisplayStylePicker({
super.key,
required this.value,
required this.onChanged,
this.showLabels = false,
this.compact = false,
});