menu
bootstrap_ui_flutter package
documentation
ui/components/forms/bs_select.dart
BsSelect<T>
disabled property
disabled property
dark_mode
light_mode
disabled
property
bool
disabled
final
Whether the select is disabled (grayed out, unclickable).
Implementation
final bool disabled;
bootstrap_ui_flutter package
documentation
ui/components/forms/bs_select
BsSelect<T>
disabled property
BsSelect class