width static method

dynamic width(
  1. BuildContext context
)

Implementation

static width(BuildContext context) {
  // return MediaQuery.of(context).size.width;
  return ScreenUtil().screenWidth;
}