isWrap property
bool
get
isWrap
Checks if the layout is WRAP.
Implementation
bool get isWrap => this == PiButtonLayout.WRAP;
Checks if the layout is WRAP.
bool get isWrap => this == PiButtonLayout.WRAP;