mono0926/adaptive_dialog

Where "Label text" in "Supporting text" for Android Material Design 3

gorkovv opened this issue · 1 comments

Please tell me how to set "Label text" in "Supporting text" for TextFormField()?
Снимок экрана от 2023-05-03 14-56-52
You ignored it in class DialogTextField. And these properties are present in Material Design 3.
They just need to be added to DialogTextField() and transferred to TextFormField->InputDecoration.

This package doesn't support that kind of flexibility as described here: #19 (comment)

Material style TextField only feature is inconvenient for adaptive support.

So if you want to achieve it, implement it yourself without using this package.