menu
fanci package
documentation
dropdown/playground.dart
TextSelectorController
TextSelectorController constructor
TextSelectorController constructor
dark_mode
light_mode
TextSelectorController
constructor
TextSelectorController
(
{
required
List
<
String
>
options
,
required
String
selected
,
})
Implementation
TextSelectorController({ required this.options, required String selected }) : super(selected);
fanci package
documentation
dropdown/playground
TextSelectorController
TextSelectorController constructor
TextSelectorController class