fraction property
double
get
fraction
Aspect ratio of the sheet's visible height to its posible maximum height.
Implementation
double get fraction => math.max(0, sheetHeight / (_extent.maxHeight));
Aspect ratio of the sheet's visible height to its posible maximum height.
double get fraction => math.max(0, sheetHeight / (_extent.maxHeight));