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