RCKFileStyleConfig constructor
RCKFileStyleConfig({})
构造函数
Implementation
RCKFileStyleConfig({
this.iconSize = kBubbleFileIconSize,
TextStyle? fileNameStyle,
TextStyle? fileSizeStyle,
this.customFileIconPath,
this.containerWidth = kBubbleFileWidth,
this.containerHeight = kBubbleFileHeight,
}) : _fileNameStyle = fileNameStyle,
_fileSizeStyle = fileSizeStyle;