Compare commits
3 Commits
6ae0471fa2
...
4fc1959704
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fc1959704 | |||
| 1e03507f75 | |||
| e37a98fdcc |
@@ -30,7 +30,7 @@ class CustomSearchBar extends StatelessWidget {
|
||||
constraints:
|
||||
constraints ?? const BoxConstraints(maxHeight: 45, minHeight: 45),
|
||||
hintText: hintText,
|
||||
onChanged: trailingButtonEnabled ? onChanged : null,
|
||||
onChanged: onChanged,
|
||||
hintStyle: WidgetStateProperty.all(const TextStyle(fontSize: 16)),
|
||||
leading: const Icon(Icons.search),
|
||||
trailing: [
|
||||
|
||||
Reference in New Issue
Block a user