menu
ekyc_flutter package
documentation
app/modules/setting/views/setting_view.dart
DropdownButtonCustom
DropdownButtonCustom.new const constructor
DropdownButtonCustom.new const constructor
dark_mode
light_mode
DropdownButtonCustom
constructor
const
DropdownButtonCustom
(
{
Key
?
key
,
required
String
hintText
,
})
Implementation
const DropdownButtonCustom({Key? key, required this.hintText}) : super(key: key);
ekyc_flutter package
documentation
app/modules/setting/views/setting_view
DropdownButtonCustom
DropdownButtonCustom.new const constructor
DropdownButtonCustom class