mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 23:08:59 +00:00
Beta (#1234)
This commit is contained in:
@@ -13,7 +13,7 @@ class TriviaView extends StatefulWidget {
|
||||
const TriviaView({this.id, this.restorationId, Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
_TriviaViewState createState() => _TriviaViewState();
|
||||
State<TriviaView> createState() => _TriviaViewState();
|
||||
}
|
||||
|
||||
/// Possible states of the game.
|
||||
|
||||
Reference in New Issue
Block a user