ThetaWindow constructor Null safety

const ThetaWindow(
  1. {required Widget child,
  2. Key? key}
)

Implementation

const ThetaWindow({required this.child, Key? key}) : super(key: key);