isWrap property

bool get isWrap

Checks if the layout is WRAP.

Implementation

bool get isWrap => this == VButtonLayout.WRAP;