CustomAppBars 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
-
getAppBarOnlyTitle({String? title, List<Widget>? actions, bool showLogo = true, bool isBackButtonVisible = false, bool isTransparent = false, Function? backButtonCallback, Widget? businessLogo})
→ dynamic
-
-
getAppBarOnlyTitleWithSearch({String? title, List<Widget>? actions, bool showLogo = true, bool isBackButtonVisible = false, bool isTransparent = false, Function? backButtonCallback, Widget? businessLogo, 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