RCKVoiceStyleConfig constructor

const RCKVoiceStyleConfig({
  1. double iconSize = kBubbleVoiceIconSize,
  2. Color? playingColor,
  3. Color? notPlayingColor,
  4. String? customPlayingIconPath,
  5. String? customNotPlayingIconPath,
  6. TextStyle? durationTextStyle,
})

构造函数

Implementation

const RCKVoiceStyleConfig({
  this.iconSize = kBubbleVoiceIconSize,
  this.playingColor,
  this.notPlayingColor,
  this.customPlayingIconPath,
  this.customNotPlayingIconPath,
  this.durationTextStyle,
});