widthOf static method

double widthOf(
  1. BuildContext context
)

Implementation

static double widthOf(BuildContext context) =>
    KiteResponsive.widthOf(context);