CycleOption<T> constructor
const
CycleOption<T> ({
- required T value,
- String? label,
- ArcaneGlyph? icon,
Implementation
const CycleOption({required this.value, this.label, this.icon});