mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
translucent search tab bar (#68)
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user