VideoLoadingStyle constructor
const
VideoLoadingStyle({
- Widget? loading,
- String? loadingText,
- TextStyle? loadingTextStyle,
- Color? loadingIndicatorValueColor,
- Color? loadingBackgroundColor,
- Color? loadingIndicatorBgColor,
- Color? loadingIndicatorColor,
- double loadingIndicatorWidth = 4.0,
- String? indicatorSemanticsLabel,
- String? indicatorSemanticsValue,
- double? indicatorInitialValue,
- double spaceBetweenIndicatorAndText = 8.0,
- bool showLoadingText = true,
Constructor
Implementation
const VideoLoadingStyle({
this.loading,
this.loadingText,
this.loadingTextStyle,
this.loadingIndicatorValueColor,
this.loadingBackgroundColor,
this.loadingIndicatorBgColor,
this.loadingIndicatorColor,
this.loadingIndicatorWidth = 4.0,
this.indicatorSemanticsLabel,
this.indicatorSemanticsValue,
this.indicatorInitialValue,
this.spaceBetweenIndicatorAndText = 8.0,
this.showLoadingText = true,
});