isSized property

bool isSized

Implementation

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