MyPage constructor

const MyPage(
  1. _CupertinoAppDemoState parent, {
  2. Key? key,
})

Implementation

const MyPage(this.parent, {Key? key}) : super(key: key);