MainPage constructor Null safety

MainPage(
  1. {Key? key}
)

Constructs a MainPage Widget

Implementation

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