fullWidth function

dynamic fullWidth(
  1. dynamic context
)

Implementation

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