VideoSplashScreen constructor
const
VideoSplashScreen({})
Implementation
const VideoSplashScreen({
required this.videoPath,
required this.title,
required this.customButton, // 필수 인자로 변경
Key? key,
}) : super(key: key);