spScaled property
double
get
spScaled
Scalable pixel with text scale factor (for accessibility) Respects system font size settings
Implementation
double get spScaled {
return sp * DeviceData.textScaleFactor;
}