backgroundColor property

  1. @Deprecated('Prefer `MapOptions.backgroundColor`. ' 'This property has been removed simplify interaction when using multiple `TileLayer`s. ' 'This property is deprecated since v6.')
Color? backgroundColor
final

Color shown behind the tiles

Implementation

@Deprecated(
  'Prefer `MapOptions.backgroundColor`. '
  'This property has been removed simplify interaction when using multiple `TileLayer`s. '
  'This property is deprecated since v6.',
)
final Color? backgroundColor;