DpEnlargePage constructor

DpEnlargePage({
  1. String? imageUrl,
  2. Color? color,
  3. bool? isFullUrl,
  4. bool isFromAsset = false,
  5. Widget? avatarWidget,
  6. String? name,
})

Implementation

DpEnlargePage(
    {this.imageUrl,
    this.color,
    this.isFullUrl,
    this.isFromAsset = false,
    this.avatarWidget,
    this.name});