menu
maas package
documentation
uses/auth/controls.dart
SegmentOption<T>
SegmentOption.new const constructor
SegmentOption.new const constructor
dark_mode
light_mode
SegmentOption<
T
>
constructor
const
SegmentOption<
T
>
(
{
required
T
value
,
required
String
label
,
required
IconData
icon
,
})
Implementation
const SegmentOption({ required this.value, required this.label, required this.icon, });
maas package
documentation
uses/auth/controls
SegmentOption<T>
SegmentOption.new const constructor
SegmentOption class