sp method

double sp(
  1. BuildContext context
)

Implementation

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