VapViewForAndroid constructor

VapViewForAndroid({
  1. required void onControllerCreated(
    1. VapController controller
    ),
  2. required VapScaleFit fit,
  3. void onEvent(
    1. dynamic event,
    2. dynamic arguments
    )?,
  4. void onError(
    1. Object error
    )?,
})

Implementation

VapViewForAndroid(
    {required this.onControllerCreated,
    required this.fit,
    this.onEvent,
    this.onError});