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