mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
search suggestions
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user