Skip to content
New issue

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

Color of border isn't changing ? #41

Open
abraraltaf92 opened this issue May 20, 2021 · 1 comment
Open

Color of border isn't changing ? #41

abraraltaf92 opened this issue May 20, 2021 · 1 comment

Comments

@abraraltaf92
Copy link

Widget dropDownMenu() => MultiSelectFormField(
fillColor: Colors.white,
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(15),
borderSide: BorderSide(color: Colors.red), //### _ COLOR ISSUE_
),
dialogShapeBorder: RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(12.0))),
title: const Text("Types of Bonds"),
dataSource: appleTypes,
textField: 'display',
valueField: 'value',
okButtonLabel: 'OK',
cancelButtonLabel: 'CANCEL',
hintWidget: const Text('Please choose one or more type'),
initialValue: _myActivities,
onSaved: (value) {
print('pressed');
},
chipBackGroundColor: Colors.amber[100],
);

@ws-fjq
Copy link

ws-fjq commented Oct 13, 2022

Still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants