width static method

dynamic width(
  1. dynamic context
)

Implementation

static width(context){
  return MediaQuery.of(context).size.width;
}