menu
bootstrap_ui_flutter package
documentation
ui/components/forms/bs_input.dart
BsInput
disabled property
disabled property
dark_mode
light_mode
disabled
property
bool
disabled
final
Whether the input is disabled (grayed out, unclickable).
Implementation
final bool disabled;
bootstrap_ui_flutter package
documentation
ui/components/forms/bs_input
BsInput
disabled property
BsInput class