vmin property
double
get
vmin
Respective percentage of the viewport's smaller dimension.
Implementation
double get vmin =>
this * min(PlatformQuery.height, PlatformQuery.width) / 100;
Respective percentage of the viewport's smaller dimension.
double get vmin =>
this * min(PlatformQuery.height, PlatformQuery.width) / 100;