offstageWidget method

Widget offstageWidget(
  1. Widget current
)

Implementation

Widget offstageWidget(Widget current) =>
    Offstage(offstage: offstage, child: current);