01Which widget is used to group multiple input fields and manage their state together?
02How do you retrieve the text currently entered in a TextFormField?
03What should the 'validator' function return if the input is valid?
04Which property of TextFormField is used to hide password characters?
05What is the purpose of a GlobalKey<FormState>?