UserIconView constructor Null safety

const UserIconView(
  1. {Key? key}
)

Implementation

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