ProfileImage constructor

ProfileImage(
  1. User? user, {
  2. double size = 32,
})

Implementation

ProfileImage(this.user, {this.size = 32});