Skip to content

Commit

Permalink
update pagination class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
msidolphin authored and TheAnkurPanchani committed Jun 4, 2021
1 parent cd6a41d commit e9f0790
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,39 @@ new Swiper(
);
```

##### Implemented pagination

###### DotSwiperPaginationBuilder

| Parameter | Default | Description | Required |
| :------------ |:---------------| :-----| :----: |
| activeColor | Theme.of(context).primaryColor | Active bullet color |false |
| color | Theme.of(context).scaffoldBackgroundColor | Bullet color | false |
| activeSize | 10.0 | Active bullet size | false |
| size | 10.0 | Bullet size | false |
| space | 3.0 | Distance between bullets | false |
| key | - | key | false |

###### FractionPaginationBuilder

| Parameter | Default | Description | Required
| :------------ |:---------------| :-----| :----: |
| activeColor | Theme.of(context).primaryColor | Active font color |false |
| color | Theme.of(context).scaffoldBackgroundColor | font color | false|
| activeFontSize | 35.0 | Active font size | false |
| fontSize | 20.0 | Font size | false |
| key | - | key | false |

###### RectSwiperPaginationBuilder

| Parameter | Default | Description | Required
| :------------ |:---------------| :-----| :----: |
| activeColor | Theme.of(context).primaryColor | Active bullet color |false |
| color | Theme.of(context).scaffoldBackgroundColor | Bullet color | false|
| activeSize | 10.0 | Active bullet size | false |
| size | 10.0 | Bullet size | false |
| space | 3.0 | Distance between bullets| false |
| key | - | key | false |


#### Control buttons
Expand Down

0 comments on commit e9f0790

Please sign in to comment.