search suggestions

This commit is contained in:
nyne
2024-10-17 21:40:19 +08:00
parent ae60c1aa2f
commit e251355d66
7 changed files with 567 additions and 33 deletions

View File

@@ -50,10 +50,10 @@ class Flyout extends StatefulWidget {
final FlyoutController? controller;
@override
State<Flyout> createState() => _FlyoutState();
State<Flyout> createState() => FlyoutState();
}
class _FlyoutState extends State<Flyout> {
class FlyoutState extends State<Flyout> {
@override
void initState() {
if (widget.controller != null) {