OptionList constructor
const
OptionList({
- Key? key,
- List<
OptionEntity> ? options, - required Widget? optionItem,
- VoidCallback? onTap,
Implementation
const OptionList({
super.key,
this.options,
required this.optionItem,
this.onTap,
});