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

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