halfScreenWidth function

double halfScreenWidth(
  1. BuildContext context
)

Implementation

double halfScreenWidth(BuildContext context) =>
    screenWidthFraction(context, dividedBy: 2);