AppUi class

Constructors

AppUi()

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

darkPrimaryColor Color
getter/setter pair
darkPrimaryColorDark Color
getter/setter pair
darkPrimaryColorLight Color
getter/setter pair
darkTheme ThemeData
getter/setter pair
lightPrimaryColor Color
getter/setter pair
lightPrimaryColorDark Color
getter/setter pair
lightPrimaryColorLight Color
getter/setter pair
lightTheme ThemeData
getter/setter pair
mainColor MaterialColor
getter/setter pair
mainGradient LinearGradient
getter/setter pair
mainTrColor Color
getter/setter pair

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