DUIMisc class

Constructors

DUIMisc()

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

bottomSheetPicker(BuildContext context, String? title, String? subtitle, Widget content, {String? dismissText, String? buttonText, Function? onButtonPressed, Function? onDismissPressed}) → dynamic
glassContainer({double? width, double? height, double? borderRadius, double? blurRadius, Widget? child, Color? glassTintColor, int? densityMultiplier, bool enabled = true}) Widget
loadingAnimation(BuildContext context, {double size = 24.0, bool light = false}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
spanWithBoldTitle(dynamic context, String title, String text, {Color? color, int? maxLines, double? size}) Widget
toString() String
A string representation of this object.
inherited

Operators

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