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