VideoLoadingStyle constructor

const VideoLoadingStyle({
  1. Widget? loading,
  2. String? loadingText,
  3. TextStyle? loadingTextStyle,
  4. Color? loadingIndicatorValueColor,
  5. Color? loadingBackgroundColor,
  6. Color? loadingIndicatorBgColor,
  7. Color? loadingIndicatorColor,
  8. double loadingIndicatorWidth = 4.0,
  9. String? indicatorSemanticsLabel,
  10. String? indicatorSemanticsValue,
  11. double? indicatorInitialValue,
  12. double spaceBetweenIndicatorAndText = 8.0,
  13. 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,
});