OverPage class

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

close() → void
openChoosebleListViewFromMap({required Map data, required String title, Widget? extraWidget, Widget? bottomBar, List<Widget>? trailingActions, List<Widget>? leadingActions, BottomSheetPanelHeight bottomSheetPanelHeight = BottomSheetPanelHeight.M, bool isDialog = false, double? maxWidth, bool listNotChooseble = false}) Future
openModelBottomWithListView({required Widget itemBuilder(BuildContext, int), required int itemCount, required String title, Widget? extraWidget, Widget? bottomBar, List<Widget>? trailingActions, List<Widget>? leadingActions, BottomSheetPanelHeight bottomSheetPanelHeight = BottomSheetPanelHeight.M, bool isDialog = false, double? maxWidth}) → void
openMultipleChoosebleListViewFromMap({required Map data, required String title, Widget? extraWidget, List<Widget>? trailingActions, List<Widget>? leadingActions, bool showSelectAllItemIcon = false, BottomSheetPanelHeight bottomSheetPanelHeight = BottomSheetPanelHeight.M, bool isDialog = false, double? maxWidth}) Future
select(dynamic value) → void