isSized property

bool get isSized

Implementation

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