AlphaPlayerView constructor
const
AlphaPlayerView({
- Key? key,
- required double? width,
- required double? height,
- required AlphaPlayerController controller,
- PlatformViewCreatedCallback? onCreated,
- ValueChanged<
String?> ? onCompleted,
Implementation
const AlphaPlayerView({
Key? key,
required this.width,
required this.height,
required this.controller,
this.onCreated,
this.onCompleted,
}) : super(key: key);