isFilled property

bool get isFilled

Implementation

bool get isFilled =>
    (mainCaption == null || mainCaption!.isFilled) &&
    (subCaption == null || subCaption!.isFilled);