FillManager constructor

FillManager(
  1. GebetaMapController controller, {
  2. void onTap(
    1. Fill
    )?,
  3. bool enableInteraction = true,
})

Implementation

FillManager(
  super.controller, {
  super.onTap,
  super.enableInteraction = true,
}) : super(
        selectLayer: (Fill fill) => fill.options.fillPattern == null ? 0 : 1,
      );