index property
int
get
index
Implementation
int get index => _index;
set
index
(int value)
Implementation
set index(int value) {
animateTo(value);
}