Pattern constructor
const
Pattern({})
Creates a pattern.
Implementation
const Pattern({
required this.width,
required this.height,
this.backgroundColor = const Color(0x00000000),
this.foregroundColor = const Color(0xFF000000),
});