RCKSightStyleConfig constructor

const RCKSightStyleConfig({
  1. double? maxWidth,
  2. double? maxHeight,
  3. double playButtonSize = kBubbleSightIconSize,
  4. Color? playButtonColor,
  5. String? customPlayButtonIconPath,
})

构造函数

Implementation

const RCKSightStyleConfig({
  this.maxWidth,
  this.maxHeight,
  this.playButtonSize = kBubbleSightIconSize,
  this.playButtonColor,
  this.customPlayButtonIconPath,
});