menu
ngcomponents package
documentation
material_select/dropdown_button.dart
DropdownButtonComponent
button property
button property
dark_mode
light_mode
button
property
@ViewChild(ButtonDirective)
set
button
(
ButtonDirective
?
b
)
Implementation
@ViewChild(ButtonDirective) set button(ButtonDirective? b) { _button = b; focusable = b; }
ngcomponents package
documentation
material_select/dropdown_button
DropdownButtonComponent
button property
DropdownButtonComponent class