NetherlandsMap constructor
const
NetherlandsMap({
- Color? backgroundColor,
- Color? defaultColor,
- dynamic callback()?,
- NetherlandsColors? netherlandsColors,
- Key? key,
Implementation
const NetherlandsMap(
{this.backgroundColor,
this.defaultColor,
this.callback,
this.netherlandsColors,
Key? key})
: super(key: key);