screenWidth property
double
get
screenWidth
Получает ширину экрана устройства.
Implementation
double get screenWidth => MediaQuery.of(this).size.width;
Получает ширину экрана устройства.
double get screenWidth => MediaQuery.of(this).size.width;