quarterScreenWidth function

double quarterScreenWidth(
  1. BuildContext context
)

Implementation

double quarterScreenWidth(BuildContext context) =>
    screenWidthFraction(context, dividedBy: 4);