PullDownMenuDivider.large constructor

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

Creates a large horizontal divider for a pull-down menu.

Divider has height and thickness of 8 logical pixels.

Implementation

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