henryleunghk / flutter-native-text-input

Native text input for Flutter
MIT License
66 stars 50 forks source link

PlaceHolderStyle more useful than placeholderColor #27

Closed Tom3652 closed 2 years ago

Tom3652 commented 2 years ago

Hello and thanks for the updates on the package :)

It was nice to be able to to set the placeholderStyle with a specific TextStyle, rather than simply the color.
Is it possible to have it back ? Or add a placeHolderFonts property for example ? (that would allow to set anything we want from TextStyle fonts (size, family...)

Thanks !

henryleunghk commented 2 years ago

Let me add them back to iosOptions then

Tom3652 commented 2 years ago

Thanks :)