UserProfilePage constructor Null safety

const UserProfilePage(
  1. {Key? key}
)

Implementation

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