MyPage constructor

const MyPage(
  1. {Key? key}
)

Implementation

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