fix appbar color change on scroll
This commit is contained in:
@@ -33,6 +33,7 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
backgroundColor: CustomTheme.backgroundColor,
|
||||
scrolledUnderElevation: 0,
|
||||
actions: [
|
||||
IconButton(
|
||||
onPressed: () => Navigator.push(
|
||||
|
||||
Reference in New Issue
Block a user