DisplayWheel constructor
const
DisplayWheel({})
Constructor for the Widget
Implementation
const DisplayWheel({
Key? key,
required this.controller,
required this.items,
required this.onChange,
this.isSelected = false,
this.disabled = false,
this.getModifiedLabel,
}) : super(key: key);