isFilled property

bool isFilled

Implementation

bool get isFilled =>
    !editable || !required || (title != null && title!.isNotEmpty);