VapView constructor
const
VapView({
- Key? key,
- required void onControllerCreated(
- VapController controller
- VapScaleFit fit = VapScaleFit.FIT_CENTER,
- void onEvent(
- dynamic event,
- dynamic arguments
Implementation
const VapView({
super.key,
required this.onControllerCreated,
this.fit = VapScaleFit.FIT_CENTER,
this.onEvent,
});