isSet property

bool get isSet

Implementation

bool get isSet =>
    fontSize != null ||
    fontWeight != null ||
    fontStyle != null ||
    height != null ||
    letterSpacing != null ||
    color != null ||
    colorName != null;