menu
codeveloper_tools package
documentation
MyTools/tools/Button_Tools/DropDown/DDButton.dart
DDButton
DDButton.new constructor
DDButton.new constructor
dark_mode
light_mode
DDButton
constructor
DDButton
(
{
Key
?
key
,
required
List
values
,
dynamic
onChanged
(
dynamic
value
)?,
int
?
initValueIndex
,
})
Implementation
DDButton( {super.key, required this.values, this.onChanged, this.initValueIndex});
codeveloper_tools package
documentation
MyTools/tools/Button_Tools/DropDown/DDButton
DDButton
DDButton.new constructor
DDButton class