MephistoEditAvatar constructor

const MephistoEditAvatar({
  1. Key? key,
  2. required String image,
  3. double? height = 100,
  4. double? width = 100,
  5. bool? isNetworkImage,
  6. Function? onTap,
})

Implementation

const MephistoEditAvatar(
    {super.key,
    required this.image,
    this.height = 100,
    this.width = 100,
    this.isNetworkImage,
    this.onTap});