CustomAppBars class

Constructors

CustomAppBars()

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

getAppBarOnlyTitle({String? title, List<Widget>? actions, bool isBackButtonVisible = false, bool isTransparent = false, Function? backButtonCallback, }) → dynamic
getAppBarOnlyTitleWithSearch({String? title, List<Widget>? actions, bool isBackButtonVisible = false, bool isTransparent = false, Function? backButtonCallback, required dynamic onSearchValueChanged(String), TextEditingController? controller, String? hintText}) → dynamic
getCustomAppBar(BuildContext context, {required String? appBarTitle, required Function? onBackButtonPress, Color? backgroundColor, double? elevation, bool? centerTitle, List<Widget>? actions, Widget? icon, bool? isIconVisible, bool? isNext, Color? appTitleColor, Widget? titleWidget, Color? iconColor}) → dynamic
getCustomAppBarWithProfileImage(BuildContext context, {required String appBarTitle, required Function onBackButtonPress, Color? backgroundColor, double? elevation, required String imageUrl, bool? centerTitle, List<Widget>? actions, Widget? icon, bool? isIconVisible, bool? isNext, Color? appTitleColor, Color? iconColor}) → dynamic
getCustomAppBarWithSearch(BuildContext context, {required String appBarTitle, required Function onBackButtonPress, required dynamic onSearchValueChanged(String), TextEditingController? controller, String? hintText, Color? backgroundColor, double? elevation, bool? centerTitle, List<Widget>? actions, Widget? icon, Widget? titleWidget, bool? isIconVisible}) → dynamic
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