Expect a generic State instead of implementation (#57500)
This commit is contained in:
parent
89a00fc745
commit
4d8d0f5604
@ -107,7 +107,7 @@ class SnackBarAction extends StatefulWidget {
|
||||
final VoidCallback onPressed;
|
||||
|
||||
@override
|
||||
_SnackBarActionState createState() => _SnackBarActionState();
|
||||
State<SnackBarAction> createState() => _SnackBarActionState();
|
||||
}
|
||||
|
||||
class _SnackBarActionState extends State<SnackBarAction> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user