hasBorder method

bool hasBorder()

Implementation

bool hasBorder() =>
    borderGradient != null || borderColor != null || borderWidth != null;