Uni class

Constructors

Uni.bottomSheet({Widget? widget, List<SheetItem>? items, dynamic onTap})
Uni.error(String msg)
Uni.hide([bool animation = true])
Uni.info(String msg)
Uni.loading(String msg)
Uni.progress(double value, [String? msg])
Uni.success(String msg)
Uni.toast(String msg)

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 Properties

ctx BuildContext
getter/setter pair
height double
no setter
isDarkMode bool
no setter
width double
no setter

Static Methods

builder({TransitionBuilder? builder}) TransitionBuilder
downloadFile(String url, {String? progressMsg}) Future<File>
get(String key) → dynamic
init() Future<bool>
set(String key, dynamic value) Future<bool>