We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ur plugin awesome but pls resolve this issue when i visit ur code u haven't given [color in drop down button]
DropdownButton<String>( hint: new Text("Select"), value: formGeneral['fields'][count]['value'], onChanged: (String newValue) { setState(() { formGeneral['fields'][count]['value'] = newValue; _handleChanged(); }); }, items: item['items'] .map<DropdownMenuItem<String>>((dynamic data) { return DropdownMenuItem<String>( value: data['value'], child: Container( padding: EdgeInsets.symmetric(horizontal: 5, vertical: 3), decoration: BoxDecoration(color: Colors.white), child: Text( data['label'], style: TextStyle( fontSize: 19, letterSpacing: 0.1, color: Colors.black, ), ), ), ); }).toList(),
The text was updated successfully, but these errors were encountered:
Hey, I know its a bit old, but did you find a workaroud (other than forking the repo on your own) ? Thank you
Sorry, something went wrong.
No branches or pull requests
ur plugin awesome but pls resolve this issue
when i visit ur code u haven't given [color in drop down button]
The text was updated successfully, but these errors were encountered: