Offstage constructor Null safety

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

Implementation

const factory Offstage(
    {final Key? key, final bool offstage, final Widget? child}) = _$Offstage;