index property
- @Deprecated('Use value, which is more precise.')
The encoded integer value of this font weight.
Implementation
@Deprecated('Use value, which is more precise.')
int get index => (value ~/ 100 - 1).clamp(0, 8);
The encoded integer value of this font weight.
@Deprecated('Use value, which is more precise.')
int get index => (value ~/ 100 - 1).clamp(0, 8);