Og1Avatar constructor

const Og1Avatar({
  1. Key? key,
  2. required String profileImageUrl,
  3. bool isActive = false,
  4. bool hasBorder = false,
  5. double scale = 1.0,
  6. double isActivescale = 1.0,
})

Implementation

const Og1Avatar({
  Key? key,
  required this.profileImageUrl,
  this.isActive = false,
  this.hasBorder = false,
  this.scale = 1.0,
  this.isActivescale = 1.0,
}) : super(key: key);