NativeCheckerBackground constructor

NativeCheckerBackground({
  1. required Size boxSize,
  2. HubbleColor? color,
  3. HubbleColor? backgroundColor,
  4. HubbleGradient? gradient,
  5. HubbleGradient? backgroundGradient,
  6. double strokeWidth = 0,
  7. double verticalPadding = 0,
  8. 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,
});