PublicStreamingLayout class

Public stream layout information.

Properties

backgroundColor String
Background color of the canvas in RGB hex value. For example, #FFB6C1 represents light pink. The default value is #000000 (black).
getter/setter pair
backgroundImage String
The address of the background image of the canvas.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interpolationMode int
The interpolation mode:
getter/setter pair
layoutMode int
Public stream layout mode. 2: Custom mode.
getter/setter pair
regions List<PublicStreamingRegion>
Layout of each stream to be mixed into the public stream.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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