hasBorder property

bool get hasBorder

Implementation

bool get hasBorder =>
    border != null ||
    borderLeft != null ||
    borderRight != null ||
    borderTop != null ||
    borderBottom != null;