PopupImageType.localImage constructor

const PopupImageType.localImage({
  1. required String imagePath,
  2. required double width,
  3. required double height,
})

Implementation

const factory PopupImageType.localImage({
  required String imagePath,
  required double width,
  required double height,
}) = LocalImagePopupImage;