Widget.offstage constructor Null safety

const Widget.offstage(
  1. {Key? key,
  2. @Default(true) bool offstage,
  3. Widget? child}
)

Implementation

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