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