UserIconPage constructor Null safety

const UserIconPage(
  1. {Key? key}
)

Implementation

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