CustomPopupMenuDivider constructor

const CustomPopupMenuDivider({
  1. Key? key,
  2. double height = 1,
})

Used to divide the items in the menu

Implementation

const CustomPopupMenuDivider({super.key, this.height = 1});