- Reformatted code in app_bar.dart file

master
Nikhil Vadoliya 4 years ago
parent 8fa97e4085
commit 9394467f02

@ -29,7 +29,8 @@ class SliderAppBar extends StatelessWidget {
this.title, this.title,
this.isTitleCenter, this.isTitleCenter,
this.trailing, this.trailing,
this.slideDirection, this.appBarHeight}) this.slideDirection,
this.appBarHeight})
: super(key: key); : super(key: key);
@override @override

Loading…
Cancel
Save