toWidget method
Implementation
@override
Offstage toWidget(AnyWidgetContext context) {
return Offstage(
key: key?.toFlutter(context),
offstage: offstage ?? true,
child: child?.toWidget(context),
);
}
@override
Offstage toWidget(AnyWidgetContext context) {
return Offstage(
key: key?.toFlutter(context),
offstage: offstage ?? true,
child: child?.toWidget(context),
);
}