ElevarmImagePreviewDialog class

Constructors

ElevarmImagePreviewDialog({required String title, required String imageUrl, required VoidCallback onPressedClose, required VoidCallback onPressedFullscreen, Widget? child})
const

Properties

child Widget?
Dialog content widget.
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
Image URl.
final
onPressedClose VoidCallback
Callback on close button.
final
onPressedFullscreen VoidCallback
Callback on fullscreen button.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Dialog's title.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited