PopupMenuDivider<T> constructor

PopupMenuDivider<T>({
  1. int height = 1,
  2. Key? key,
})

Implementation

PopupMenuDivider({this.height = 1, super.key}) : assert(height > 0);