BottomActions<U extends GeoformMarkerDatum> constructor
const
BottomActions<U extends GeoformMarkerDatum> ({
- Key? key,
- void onRegisterPressed()?,
Implementation
const BottomActions({Key? key, this.onRegisterPressed}) : super(key: key);