screenWidth property

double get screenWidth

Largeur de l'écran actuel

Implementation

double get screenWidth => MediaQuery.of(this).size.width;