offstage property

void offstage=(bool offstage)

Implementation

set offstage(bool offstage) => _add(
      (w) => Offstage(
        child: w,
        offstage: offstage,
      ),
    );