From b125307307bbb25ecf823f1fcf0883c54878d5ff Mon Sep 17 00:00:00 2001 From: rnitta Date: Wed, 13 Nov 2019 08:12:11 +0900 Subject: [PATCH] update README.md add description about SwiperControl#disableColor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 546ecaa..3cc9003 100644 --- a/README.md +++ b/README.md @@ -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 |