height property
double
get
height
The height and thickness of the divider entry.
Can be 0 pixels (PullDownMenuDivider) or 8 pixels (PullDownMenuDivider.large) depending on the constructor.
Implementation
double get height =>
_isLarge ? _kMenuLargeDividerHeight : _kMenuDividerHeight;