ModalHelper class

Constructors

ModalHelper({required Widget? content, required BuildContext context, Widget? topBar, Widget? topBarTitle, double? minDialogWidth = 0.0})
const

Properties

content Widget?
final
context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
minDialogWidth double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topBar Widget?
final
topBarTitle Widget?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showModal() → void
toString() String
A string representation of this object.
inherited

Operators

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