1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

translucent search tab bar (#68)

This commit is contained in:
xster
2019-04-09 16:24:35 -07:00
committed by GitHub
parent 759afa5435
commit 1ade80f948

View File

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