BootstrapSelect constructor
const
BootstrapSelect({
- required List<
BootstrapOption> options, - required dynamic onChanged(
- dynamic
- dynamic value,
- bool isExpanded = true,
- bool enabled = true,
Implementation
const BootstrapSelect({
required this.options,
required this.onChanged,
this.value,
this.isExpanded = true,
this.enabled = true,
});