Создание коллекций

This commit is contained in:
2025-03-25 20:53:53 +03:00
parent cb6ce05059
commit e6517402d3
375 changed files with 1775 additions and 1519 deletions

View File

@@ -68,6 +68,7 @@ class CreateScreen extends StatelessWidget {
title: 'Вопрос',
hint: '',
height: 313,
onEditingComplete: (p0) {},
),
);
},
@@ -83,6 +84,7 @@ class CreateScreen extends StatelessWidget {
title: 'Ответ',
hint: '',
height: 313,
onEditingComplete: (p0) {},
),
);
},