mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
fixed invalid use of a private type in a public API in SidebarWidget
.
This commit is contained in:
@ -25,7 +25,7 @@ class SidebarWidget extends StatefulWidget {
|
||||
});
|
||||
|
||||
@override
|
||||
_SidebarWidgetState createState() => _SidebarWidgetState();
|
||||
State<SidebarWidget> createState() => _SidebarWidgetState();
|
||||
}
|
||||
|
||||
class _SidebarWidgetState extends State<SidebarWidget> {
|
||||
|
Reference in New Issue
Block a user