NetherlandsMap constructor

const NetherlandsMap({
  1. Color? backgroundColor,
  2. Color? defaultColor,
  3. dynamic callback(
    1. String,
    2. TapUpDetails
    )?,
  4. NetherlandsColors? netherlandsColors,
  5. Key? key,
})

Implementation

const NetherlandsMap(
    {this.backgroundColor,
    this.defaultColor,
    this.callback,
    this.netherlandsColors,
    Key? key})
    : super(key: key);