feat: Implement new tag form field

This commit is contained in:
Anton Stubenbord
2023-04-10 01:00:34 +02:00
parent 5eb19dbe83
commit f2fa4e16de
9 changed files with 448 additions and 102 deletions

View File

@@ -81,7 +81,7 @@ class LabelFormField<T extends Label> extends StatelessWidget {
openElevation: 0,
closedElevation: 0,
closedBuilder: (context, openForm) => Container(
margin: const EdgeInsets.only(top: 4),
margin: const EdgeInsets.only(top: 6),
child: TextField(
controller: controller,
onTap: openForm,