update look and feel of input fields

This commit is contained in:
2024-07-02 09:53:32 +02:00
parent 543930fc4b
commit 6f10fd8572
5 changed files with 213 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ class _MyDateFieldState extends State<MyDateField> {
Widget setRequiredText() {
if (widget.required) {
return Row(
mainAxisSize: MainAxisSize.min,
children: [
const Text(
"*",