gutterCalc property

double Function(double screenWidth) gutterCalc
final

Function that calculates the gutter width based on screen width.

The value returned is applied to both the left and right sides.

Implementation

final double Function(double screenWidth) gutterCalc;