isSized property

bool get isSized

Implementation

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