UserPage constructor Null safety

UserPage(
  1. {Key? key}
)

Constructs a UserPage

Implementation

UserPage({Key? key}) : super(key: key);