GtdPresentViewHelper class

Constructors

GtdPresentViewHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

presentScrollView<T>({String title = "Popup", bool isFullScreen = true, ScrollPhysics? physics, dynamic onChanged(T result)?, required BuildContext context, required List<Widget> slivers}) → void
presentSheet<T>({String title = "Popup", bool isFullScreen = true, bool useRootContext = false, Color? contentColor, EdgeInsets? contentPadding, dynamic onChanged(T result)?, required BuildContext context, required Builder builder}) Future<void>
presentView<T>({String title = "Popup", bool isFullScreen = true, bool useRootContext = false, bool hasInsetBottom = true, bool enableDrag = true, Color? contentColor, EdgeInsets? contentPadding, dynamic onChanged(T result)?, GtdCallback<T?>? onCompleted, required BuildContext context, required Builder builder}) → void