PatternBackground constructor
const
PatternBackground({})
Implementation
const PatternBackground({
super.key,
required this.child,
this.patternColor = const Color(0x20FFFFFF), // semi-transparent
this.patternSize = 4.0,
this.patternSpacing = 20.0,
this.patternType = PatternType.dot,
this.backgroundColor = Colors.transparent,
});