MainTab constructor

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

Implementation

const MainTab({Key? key}) : super(key: key);