width function

dynamic width(
  1. dynamic context
)

Implementation

width(context) => MediaQuery.of(context).size.width;