AppUi 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
Static Methods
-
buttonBar({String? text, String? subText, dynamic tap()?})
→ Widget
-
-
dialog({required BuildContext context, Widget? child, String? title})
→ dynamic
-
-
formatNumber(int number)
→ String
-
-
iconTap({dynamic tap()?, IconData? icon})
→ Widget
-
-
iosTap({Widget? child, dynamic tap()?, double minSize = 44.0})
→ Widget
-
-
loadingTask(Future fun(), {dynamic error(dynamic)?})
→ Future
-
-
noData(BuildContext context, {String? str, double? height, Color textColor = Colors.grey})
→ Widget
-
-
selectWidget<T>({List<SelectItem> items = const [], Widget? child, dynamic onChanged(SelectItem item)?})
→ Widget
-
-
showInfoDialog({required BuildContext context, String? title, dynamic tap()?, String? desc, String? btn})
→ dynamic
-
-
showIosDialog<T>(dynamic context, {dynamic showCancel = true, List<TextClick<T?>>? textClick})
→ Future<T?>
-
-
tap({Widget? child, dynamic tap()?, double minSize = 44.0})
→ Widget
-