MultiSelectBottomDialog constructor

const MultiSelectBottomDialog({
  1. String title = '',
  2. List<MultiSelectOption> options = const [],
  3. Color themeColor = const Color(0xFFEC6D20),
})

Implementation

const MultiSelectBottomDialog({
  this.title = '',
  this.options = const [],
  this.themeColor = const Color(0xFFEC6D20),
});