BottomActions<U extends GeoformMarkerDatum> constructor

const BottomActions<U extends GeoformMarkerDatum>({
  1. Key? key,
  2. void onRegisterPressed()?,
})

Implementation

const BottomActions({Key? key, this.onRegisterPressed}) : super(key: key);