AdvancedPanelComponentParameters class abstract

Implementers

Constructors

AdvancedPanelComponentParameters.new()

Properties

eventType → EventType
no setter
hashCode → int
The hash code for this object.
no setterinherited
recordingAddText → bool
no setter
recordingBackgroundColor → String
no setter
recordingCustomText → String
no setter
recordingCustomTextColor → String
no setter
recordingCustomTextPosition → String
no setter
recordingDisplayType → String
no setter
recordingNameTags → bool
no setter
recordingNameTagsColor → String
no setter
recordingOrientationVideo → String
no setter
recordingVideoType → String
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
updateRecordingAddText → void Function(bool)
no setter
updateRecordingBackgroundColor → void Function(String)
no setter
updateRecordingCustomText → void Function(String)
no setter
updateRecordingCustomTextColor → void Function(String)
no setter
updateRecordingCustomTextPosition → void Function(String)
no setter
updateRecordingDisplayType → void Function(String)
no setter
updateRecordingNameTags → void Function(bool)
no setter
updateRecordingNameTagsColor → void Function(String)
no setter
updateRecordingOrientationVideo → void Function(String)
no setter
updateRecordingVideoType → void Function(String)
no setter

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