sp method
Implementation
double sp(BuildContext context) {
final width = MediaQuery.of(context).size.width;
return this * (width / 3) / 100;
}
double sp(BuildContext context) {
final width = MediaQuery.of(context).size.width;
return this * (width / 3) / 100;
}