remove close button if search is not active
This commit is contained in:
@@ -1 +1 @@
|
||||
be54eb19d957de3aac70eae5513f67ef
|
||||
c3e639ccf9b069e37a7d1345194e6b99
|
||||
@@ -300,6 +300,7 @@ class _ChannelListPageState extends State<ChannelListPage> {
|
||||
children: [
|
||||
SearchTextField(
|
||||
controller: _controller,
|
||||
showCloseButton: _isSearchActive,
|
||||
),
|
||||
Expanded(
|
||||
child: AnimatedSwitcher(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: example
|
||||
description: A new Flutter project.
|
||||
version: 1.0.86+88
|
||||
version: 1.0.87+89
|
||||
|
||||
environment:
|
||||
sdk: ">=2.2.2 <3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user