fix: change select icon default state

This commit is contained in:
Alberto Ponces
2022-08-25 10:28:40 +01:00
parent 9f82b9b275
commit bfbcb510c4
4 changed files with 3 additions and 5 deletions

View File

@ -28,7 +28,7 @@ class SearchBar extends StatefulWidget {
class _SearchBarState extends State<SearchBar> {
final TextEditingController _textController = TextEditingController();
bool _toggleSelectAll = false;
bool _toggleSelectAll = true;
@override
Widget build(BuildContext context) {