CollaborativeWhiteboardOptionStyle class

CollaborativeWhiteboardOptionStyle is a data class that has styling-related properties to customize the appearance of the option in the attachment options menu for the CollaborativeWhiteBoardExtension

Constructors

CollaborativeWhiteboardOptionStyle.new({Color? iconTint, TextStyle? titleStyle, Color? iconBackground, double? iconCornerRadius, Color? background, double? cornerRadius})

Properties

background Color?
background is the background color for the option for this extension
final
cornerRadius double?
cornerRadius is the border radius for the option for this extension
final
hashCode int
The hash code for this object.
no setterinherited
iconBackground Color?
iconBackground is the background color of the icon
final
iconCornerRadius double?
iconCornerRadius is the border radius the icon
final
iconTint Color?
iconTint is the color of the icon
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle TextStyle?
titleStyle is the styling provided to the name of the option for this extension
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited