質問編集履歴

1

あああ

2022/12/31 04:10

投稿

bbiiq
bbiiq

スコア51

test CHANGED
File without changes
test CHANGED
@@ -44,13 +44,13 @@
44
44
  ],
45
45
  ];
46
46
 
47
- class SendDiary extends StatefulWidget {
47
+ class Send extends StatefulWidget {
48
- const SendDiary({Key? key});
48
+ const Send({Key? key});
49
49
  @override
50
- State<SendDiary> createState() => _SendDiary();
50
+ State<Send> createState() => _Send();
51
51
  }
52
52
 
53
- class _SendDiary extends State<SendDiary> {
53
+ class _Send extends State<Send> {
54
54
  @override
55
55
  Widget build(BuildContext context) {
56
56
  final double deviceHeight = MediaQuery.of(context).size.height;