BackPanel constructor Null safety

BackPanel(
  1. {Key? key}
)

Implementation

BackPanel({Key? key}) : super(key: key);