BrnSelectionMenuItemWidget constructor
BrnSelectionMenuItemWidget({
- Key? key,
- required String title,
- bool isHighLight = false,
- bool active = false,
- VoidCallback? itemClickFunction,
- required SelectionConfig themeData,
Implementation
BrnSelectionMenuItemWidget(
{Key? key,
required this.title,
this.isHighLight = false,
this.active = false,
this.itemClickFunction,
required this.themeData})
: super(key: key);