PopupMenuDivider constructor
Creates a horizontal divider for a popup menu.
By default, the divider has a height of 16 logical pixels.
Implementation
const PopupMenuDivider({ Key key, this.height = _kMenuDividerHeight }) : super(key: key);
Creates a horizontal divider for a popup menu.
By default, the divider has a height of 16 logical pixels.
const PopupMenuDivider({ Key key, this.height = _kMenuDividerHeight }) : super(key: key);