Introduction 👋🏻
Designers always design custom UI, which cannot be implemented using Material widgets of Flutter. Recently, I got a design in which I was supposed to give a multi color hint text in a TextField.
Problem 🤔
The TextField widget of Fl...