Function that calculates the gutter width based on screen width.
The value returned is applied to both the left and right sides.
final double Function(double screenWidth) gutterCalc;