CommWidgetManager 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

buildCicleImagWidget(String? imgPath, {Key? key, String placeholder = "none", double? width, double? height, BoxFit fit = BoxFit.cover, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Color? backgroundColor, bool isCircle = true, double roundRadius = 5}) → dynamic
buildCicleWidget({Key? key, double? width, double? height, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Color? backgroundColor, bool isCircle = true, double roundRadius = 5, Widget? child}) → dynamic
commBar({double? width, double? height, Color? color, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, double? radius, bool isDash = false, bool isHor = true}) Widget
CommPageScaffoldWidget(BuildContext context, {Color? backgroundColor = ColorUtils.color_transparent, Color? statusFontColor = ColorUtils.color_white, PreferredSizeWidget? appBar, Widget? body, Widget? bottomNavigationBar, Widget? floatingActionButton, FloatingActionButtonLocation? floatingActionButtonLocation, bool? isShowBg = true, bool? isShowFloatingActionButton = false, Function? floatingActionButtonTap, double? pageWidth, double? pageHeight, String? appBarBgPath, String? iconCreateRoundPath}) → dynamic
KeyBoardOnTouchDownWidget(BuildContext context, {required Widget child}) → dynamic