MyProfile constructor

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

Implementation

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