maybeWidthOf static method

double? maybeWidthOf(
  1. BuildContext context
)

Implementation

static double? maybeWidthOf(BuildContext context) =>
    KiteResponsive.maybeWidthOf(context);