buildLayer abstract method

Widget buildLayer({
  1. bool reset = false,
})

Builds the widgets to add to the FlutterMap. Note that this method is called on every widget rebuild, which can happen like 60 times a second. Do cache things.

Implementation

Widget buildLayer({bool reset = false});