NetherlandsPainter constructor
const
NetherlandsPainter({
- required Color defaultColor,
- required NetherlandsColors netherlandsColors,
- required BuildContext context,
- required dynamic callback(),
Implementation
const NetherlandsPainter({
required this.defaultColor,
required this.netherlandsColors,
required this.context,
required this.callback,
});