diagonal property
double
get
diagonal
Returns the diagonal size of the screen or the specified _requireSize
.
Implementation
double get diagonal => sqrt((width * width) + (height * height));
Returns the diagonal size of the screen or the specified _requireSize
.
double get diagonal => sqrt((width * width) + (height * height));