mirror of
https://github.com/flutter/samples.git
synced 2026-03-22 04:17:50 +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