offstage method

Offstage offstage(
  1. bool offstage, {
  2. Key? key,
})

Implementation

Offstage offstage(bool offstage, {Key? key}) =>
    Offstage(key: key, offstage: offstage, child: this);