feat: Implement bulk label forms (except tags)

This commit is contained in:
Anton Stubenbord
2023-04-11 01:16:20 +02:00
parent f2fa4e16de
commit 83d8abeae2
12 changed files with 447 additions and 308 deletions

View File

@@ -39,7 +39,7 @@ class FullscreenLabelForm<T extends Label> extends StatefulWidget {
class _FullscreenLabelFormState<T extends Label>
extends State<FullscreenLabelForm<T>> {
late bool _showClearIcon = false;
bool _showClearIcon = false;
final _textEditingController = TextEditingController();
final _focusNode = FocusNode();