PopupMenuDivider({Key key, double height: 16.0 })

Creates a horizontal divider for a popup menu.

By default, the divider has a height of 16.0 logical pixels.

Source

PopupMenuDivider({ Key key, this.height: 16.0 }) : super(key: key);