Fetch fetches, layout bettered

This commit is contained in:
2023-12-26 21:49:27 +02:00
parent e7f2913225
commit d25327602a
4 changed files with 32 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ class InputData extends StatefulWidget {
const InputData({super.key});
@override
_InputDataState createState() => _InputDataState();
State<InputData> createState() => _InputDataState();
}
class _InputDataState extends State<InputData> {