MenuEntryItem<T> constructor
const
MenuEntryItem<T> ({
- Key? key,
- required FDropdownEntry<
T> entry, - FTextStyle? entryTextStyle,
- required void onTap(),
- FColorI? backgroundColor,
Implementation
const MenuEntryItem({
Key? key,
required this.entry,
this.entryTextStyle,
required this.onTap,
this.backgroundColor,
}) : super(key: key);