menu
angulardart_components package
documentation
material_select/material_select.dart
MaterialSelectComponent<T>
disabled property
disabled property
dark_mode
light_mode
disabled
property
@Input.new()
bool
disabled
getter/setter pair
override
Whether the select should be shown as disabled.
Defaults to false.
Implementation
@Input() bool disabled = false;
angulardart_components package
documentation
material_select/material_select
MaterialSelectComponent<T>
disabled property
MaterialSelectComponent class