Widget.offstage constructor Null safety
Implementation
const factory Widget.offstage({
Key? key,
@Default(true) bool offstage,
Widget? child,
}) = Offstage;
const factory Widget.offstage({
Key? key,
@Default(true) bool offstage,
Widget? child,
}) = Offstage;