NetherlandsPainter constructor

const NetherlandsPainter({
  1. required Color defaultColor,
  2. required NetherlandsColors netherlandsColors,
  3. required BuildContext context,
  4. required dynamic callback(
    1. String,
    2. TapUpDetails
    ),
})

Implementation

const NetherlandsPainter({
  required this.defaultColor,
  required this.netherlandsColors,
  required this.context,
  required this.callback,
});