fullWidth function

double fullWidth(
  1. BuildContext context
)

Implementation

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