NERtcLiveStreamImageInfo class Null safety

Background image info

Constructors

NERtcLiveStreamImageInfo({String? url, int x = 0, int y = 0, int width = 0, int height = 0})

Properties

hashCode int
The hash code for this object.
read-only, inherited
height int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
url String?
Background image URL
read / write
width int
The width of the image displayed in the canvas. If the right side of the image extends beyond the canvas. The setting becomes invalid. The width of the canvas is used by default.
read / write
width int
The width of the image displayed in the canvas. If the right side of the image extends beyond the canvas. The setting becomes invalid. The width of the canvas is used by default.
read / write
x int
The amount of space between the image and the far left edge of the canvas. The default value is 0.
read / write
y int
The amount of space between the image and the top edge of the canvas. The default value is 0.
read / write

Methods

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

Operators

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