Is there a way to create a text field with a prefix that is always visible in flutter - Stack Overflow

PHOTO EMBED

Sat Sep 18 2021 00:29:49 GMT+0000 (Coordinated Universal Time)

Saved by @brainyworld #dart #flutter

InputDecoration(
   isDense: true,
   prefixIcon:Text("\$"),
   prefixIconConstraints: BoxConstraints(minWidth: 0, minHeight: 0),
),
content_copyCOPY

https://stackoverflow.com/questions/58819979/is-there-a-way-to-create-a-text-field-with-a-prefix-that-is-always-visible-in-fl