NativeCheckerBackground constructor
NativeCheckerBackground({
- required Size boxSize,
- HubbleColor? color,
- HubbleColor? backgroundColor,
- HubbleGradient? gradient,
- HubbleGradient? backgroundGradient,
- double strokeWidth = 0,
- double verticalPadding = 0,
- double horizontalPadding = 0,
Implementation
NativeCheckerBackground({
required this.boxSize,
this.color,
this.backgroundColor,
this.gradient,
this.backgroundGradient,
this.strokeWidth = 0,
this.verticalPadding = 0,
this.horizontalPadding = 0,
});