isSized property

bool isSized

Implementation

bool get isSized =>
    (context.findRenderObject() as RenderBox?)?.hasSize ?? false;