-
Notifications
You must be signed in to change notification settings - Fork 734
Open
Description
修改如下:
swiper_pagination.dart
第115行:
for (int i = 0; i < itemCount; ++i) {
bool active = i == activeIndex;
Size size = active ? this.activeSize : this.size;
Color actColor = active ? activeColor : color;
list.add(Container(
width: size.width,
height: size.height,
color: actColor,
key: Key("pagination_$i"),
margin: EdgeInsets.all(space),
));
}
xingjiahe
Metadata
Metadata
Assignees
Labels
No labels