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