thirdScreenWidth function

double thirdScreenWidth(
  1. BuildContext context
)

Implementation

double thirdScreenWidth(BuildContext context) =>
    screenWidthFraction(context, dividedBy: 3);