fullScreenWidth function

double fullScreenWidth(
  1. BuildContext context
)

Implementation

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