width10px function

double width10px(
  1. BuildContext context
)

Implementation

double width10px(BuildContext context) {
  return MediaQuery.of(context).size.width * .026;
}