OptionScreen constructor
OptionScreen({})
Implementation
OptionScreen({
required super.name,
super.description,
super.icon,
super.options = const [],
super.shouldShow = _defShouldShow,
});
OptionScreen({
required super.name,
super.description,
super.icon,
super.options = const [],
super.shouldShow = _defShouldShow,
});