StreamVoiceRecordingThemeData class

The theme data for the voice recording attachment builder.

Mixed-in types
Annotations
  • @Deprecated("Use 'StreamVoiceRecordingAttachmentThemeData' instead.")

Constructors

StreamVoiceRecordingThemeData.new({required StreamVoiceRecordingLoadingThemeData loadingTheme, required StreamVoiceRecordingSliderTheme sliderTheme, required StreamVoiceRecordingListPlayerThemeData listPlayerTheme, required StreamVoiceRecordingPlayerThemeData playerTheme})
The theme data for the voice recording attachment builder.
const
StreamVoiceRecordingThemeData.dark()
Creates a theme data with dark values.
factory
StreamVoiceRecordingThemeData.light()
Creates a theme data with light values.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
listPlayerTheme StreamVoiceRecordingListPlayerThemeData
The theme for the list player widget.
final
loadingTheme StreamVoiceRecordingLoadingThemeData
The theme for the loading widget.
final
playerTheme StreamVoiceRecordingPlayerThemeData
The theme for the player widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliderTheme StreamVoiceRecordingSliderTheme
The theme for the slider widget.
final

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
merge(StreamVoiceRecordingThemeData? other) StreamVoiceRecordingThemeData
Used to merge the values of another theme data object into this.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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