cssText method
Implementation
String cssText() {
return const <int, String>{
0: '100',
1: '200',
2: '300',
3: '400',
4: '500',
5: '600',
6: '700',
7: '800',
8: '900',
}[index]!;
}
String cssText() {
return const <int, String>{
0: '100',
1: '200',
2: '300',
3: '400',
4: '500',
5: '600',
6: '700',
7: '800',
8: '900',
}[index]!;
}