ModernFormViewVideos constructor
const
ModernFormViewVideos({
- Key? key,
- List<
ModernFormViewVideosModel> ? videosData, - Axis? direction,
Implementation
const ModernFormViewVideos({Key? key, this.videosData, this.direction})
: super(key: key);