translucent search tab bar (#68)

pull/70/head
xster 6 years ago committed by GitHub
parent 759afa5435
commit 1ade80f948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,6 +82,7 @@ class _SearchScreenState extends State<SearchScreen> {
color: Styles.scaffoldBackground, color: Styles.scaffoldBackground,
), ),
child: SafeArea( child: SafeArea(
bottom: false,
child: Column( child: Column(
children: [ children: [
_createSearchBox(), _createSearchBox(),

Loading…
Cancel
Save