border property
Returns if button has border
Implementation
bool get border => this == ZetaButtonType.outline || this == ZetaButtonType.outlineSubtle;
Returns if button has border
bool get border => this == ZetaButtonType.outline || this == ZetaButtonType.outlineSubtle;