CollaborativeWhiteboardOptionStyle constructor

CollaborativeWhiteboardOptionStyle({
  1. Color? iconTint,
  2. TextStyle? titleStyle,
  3. Color? iconBackground,
  4. double? iconCornerRadius,
  5. Color? background,
  6. double? cornerRadius,
})

Implementation

CollaborativeWhiteboardOptionStyle({
  this.iconTint,
  this.titleStyle,
  this.iconBackground,
  this.iconCornerRadius,
  this.background,
  this.cornerRadius,
});