LinkedInLearning / learning-flutter-3009709

Learning Flutter: Build for Multiple Platforms
Other
110 stars 206 forks source link

Typo: Use passed variable instead of hard-coded text #2

Closed vinaytiparadi closed 2 years ago

vinaytiparadi commented 2 years ago

Instead of using the hard-coded text "Add your username" for hintText property of TextFormField widget, it shoud be the passed variable instead.