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:
@@ -82,6 +82,7 @@ class _SearchScreenState extends State<SearchScreen> {
|
||||
color: Styles.scaffoldBackground,
|
||||
),
|
||||
child: SafeArea(
|
||||
bottom: false,
|
||||
child: Column(
|
||||
children: [
|
||||
_createSearchBox(),
|
||||
|
||||
Reference in New Issue
Block a user