PullDownMenuDivider.large constructor
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;
Creates a large horizontal divider for a pull-down menu.
Divider has height and thickness of 8 logical pixels.
const PullDownMenuDivider.large({
super.key,
this.color,
}) : _isLarge = true;