How to add an extra label within TextFormField?
问题 Is there a way to position "Forget password" label inside a TextFormField? On a sample picture put forget password? right inside the input new TextFormField( decoration: InputDecoration(labelText: 'Password', labelStyle: TextStyle( color: Colors.black87, fontSize: 17, fontFamily: 'AvenirLight' ), focusedBorder: UnderlineInputBorder( borderSide: BorderSide(color: Colors.purple), ), enabledBorder: new UnderlineInputBorder( borderSide: BorderSide(color: Colors.grey, width: 1.0) ), ), style: