VideoBackground constructor
const
VideoBackground({
- required String name,
Implementation
const VideoBackground({required super.name})
: super(type: BackgroundType.video);
const VideoBackground({required super.name})
: super(type: BackgroundType.video);