FlexibleVideoOptions constructor
const
FlexibleVideoOptions(- {required double customWidth,
- required double customHeight,
- required int rows,
- required int columns,
- required List<Widget> componentsToRender,
- bool showAspect = true,
- Color backgroundColor = Colors.transparent}
)
Implementation
const FlexibleVideoOptions(
{required this.customWidth,
required this.customHeight,
required this.rows,
required this.columns,
required this.componentsToRender,
this.showAspect = true,
this.backgroundColor = Colors.transparent});