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

update README.md #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update README.md
add description about SwiperControl#disableColor
rnitta authored Nov 12, 2019

Unverified

No user is associated with the committer email.
commit b125307307bbb25ecf823f1fcf0883c54878d5ff
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -225,6 +225,7 @@ The control also extends from `SwiperPlugin`,set `new SwiperControl()` to show d
| iconPrevious | Icons.arrow_back_ios | The icon data to display `previous` control button |
| iconNext | Icons.arrow_forward_ios | The icon data to display `next`. |
| color | Theme.of(context).primaryColor | Control button color |
| disableColor | Theme.of(context).disabledColor | Disabled control button color |
| size | 30.0 | Control button size |
| padding | const EdgeInsets.all(5.0) | Control button padding |