hasInnerBorder property

bool hasInnerBorder

Implementation

bool get hasInnerBorder =>
    (innerBorderColor != null || innerBorderGradient != null) &&
    innerBorderStroke > 0;