OptionsMenuComponent constructor

OptionsMenuComponent({
  1. required List<OptionMenuItemData> options,
  2. String? title,
  3. Color? colorTheme,
  4. double? borderRadius,
  5. Color? colorIconOptions,
})

Implementation

OptionsMenuComponent(
    {required this.options,
    this.title,
    this.colorTheme,
    this.borderRadius,
    this.colorIconOptions});