toDrawable abstract method

Widget toDrawable({
  1. Color? fillColor,
  2. Color borderColor = const Color(0x00000000),
  3. double borderStrokeWidth = 3,
  4. bool isDotted = false,
})

Generate a graphical layer to be placed in a FlutterMap

Implementation

Widget toDrawable({
  Color? fillColor,
  Color borderColor = const Color(0x00000000),
  double borderStrokeWidth = 3,
  bool isDotted = false,
});