ExBottomSheet mixin

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

basic({required String? title, required Widget content, TextStyle? titleStyle, Color? backgroundColor, Color? barrierColor, bool? isDismissible, bool? isScrolled, bool? persistent, double? radius, bool? showDivider = true, bool? showDragIndicator = true, double? padding}) → void
dragable({required Widget content, double radius = 16, bool isClose = false, double initialChildSize = 0.7, bool isScrollControlled = true, double minChildSize = 0.5, dynamic onClose()?}) → void
list({required List<ExKeyValue> data, required String title, required String keySelected, required dynamic callback(String, String), bool? isFullScreen, bool showDivider = true, Widget? onEmpty, double? radius = 16, bool showTrailing = false, TextStyle? titleStyle, Color? backgroundColor, Color? barrierColor, bool? isDismissible, bool? persistent, double? padding}) → void