copyWith method
Implementation
GutterTheme copyWith(
{double Function(double screenWidth)? gutterCalc, bool? enabled}) =>
GutterTheme(
gutterCalc: gutterCalc ?? this.gutterCalc,
enabled: enabled ?? this.enabled);
GutterTheme copyWith(
{double Function(double screenWidth)? gutterCalc, bool? enabled}) =>
GutterTheme(
gutterCalc: gutterCalc ?? this.gutterCalc,
enabled: enabled ?? this.enabled);