From 9394467f0242686b0428d56236fef71e843465dd Mon Sep 17 00:00:00 2001 From: Nikhil Vadoliya Date: Mon, 30 Nov 2020 11:41:52 +0530 Subject: [PATCH] - Reformatted code in app_bar.dart file --- lib/src/app_bar.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/app_bar.dart b/lib/src/app_bar.dart index f1868d5..1c50183 100644 --- a/lib/src/app_bar.dart +++ b/lib/src/app_bar.dart @@ -29,7 +29,8 @@ class SliderAppBar extends StatelessWidget { this.title, this.isTitleCenter, this.trailing, - this.slideDirection, this.appBarHeight}) + this.slideDirection, + this.appBarHeight}) : super(key: key); @override