QudsPopupMenuSection constructor
QudsPopupMenuSection({})
Creates an instance of QudsPopupMenuSection
Implementation
QudsPopupMenuSection({
required this.titleText,
required this.subItems,
this.subTitle,
this.leading,
this.backgroundColor,
}) : assert(subItems.isNotEmpty);