isSet property

bool get isSet

Implementation

bool get isSet =>
    fill != null ||
    foreground != null ||
    border != null ||
    elevation != null ||
    radius != null ||
    filled != null;