getVideoWidget method

Widget getVideoWidget({
  1. double? left = 0,
  2. double? top = 0,
  3. double? width,
  4. double? height,
})

Implementation

Widget getVideoWidget({
  double? left = 0,
  double? top = 0,
  double? width,
  double? height}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}