children property

List<Widget> children
final

Flutter widgets that get displayed on top on the map and are within the MapLibreMap context.

You can use the following included UI elements or build your own:

  • MapCompass
  • MapControlButtons
  • MapScalebar
  • SourceAttribution.

Implementation

final List<Widget> children;