UserView constructor

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

Implementation

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