isValidSame property

bool get isValidSame

Whether the inner box of the text is smaller than the outer box.

Implementation

bool get isValidSame =>
    sizeInner.width == sizeOuter.width &&
    sizeInner.height == sizeOuter.height;