MainWidget constructor

const MainWidget({
  1. Key? key,
})

Main Screen

Implementation

const MainWidget({
  Key? key,
}) : super(key: key);