TransitionPropsMapView constructor

TransitionPropsMapView(
  1. Map map
)

Create a new instance backed by the specified map.

Implementation

TransitionPropsMapView(Map map) : super(map);