VideoBackground constructor

const VideoBackground({
  1. required String name,
})

Implementation

const VideoBackground({required super.name})
    : super(type: BackgroundType.video);