PullDownMenuDivider constructor

const PullDownMenuDivider({
  1. Key? key,
  2. Color? color,
})

Creates a horizontal divider for a pull-down menu.

Divider has height and thickness of 0 logical pixels.

Implementation

const PullDownMenuDivider({
  super.key,
  this.color,
}) : _isLarge = false;