AlphaPlayerSimpleView constructor
const
AlphaPlayerSimpleView({
- Key? key,
- required String path,
- required double? width,
- required double? height,
- AlphaPlayerScaleType? align,
- bool isLooping = true,
- AlphaPlayerSimpleViewStartedCallback? onStarted,
- ValueChanged<
String?> ? onCompleted,
Implementation
const AlphaPlayerSimpleView({
Key? key,
required this.path,
required this.width,
required this.height,
this.align,
this.isLooping = true,
this.onStarted,
this.onCompleted,
}) : super(key: key);