Screen constructor

const Screen({
  1. required BuildContext context,
})

Implementation

const Screen({required this.context});