MultiSelectBottomDialog constructor
const
MultiSelectBottomDialog({
- String title = '',
- List<
MultiSelectOption> options = const [], - Color themeColor = const Color(0xFFEC6D20),
Implementation
const MultiSelectBottomDialog({
this.title = '',
this.options = const [],
this.themeColor = const Color(0xFFEC6D20),
});