getWidth function

double getWidth(
  1. BuildContext context
)

Implementation

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