Profile constructor

const Profile({
  1. Key? key,
  2. String? actor,
})

Implementation

const Profile({Key? key, this.actor}) : super(key: key);