BlurOptions class

Settings that are persisted for the blur widget used in the player.

Constructors

BlurOptions({required double width, required double height, required double left, required double top, required Color color, required double blurRadius, required bool visible})
Initialise this object.

Properties

blurRadius double
Blur radius of the blur widget.
read / write
color Color
Background color of the blur widget.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
height double
Height of the blur weight.
read / write
left double
Horizontal position of the blur widget.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
top double
Vertical positon of the blur widget.
read / write
visible bool
Whether or not the blur widget is visible.
read / write
width double
Width of the blur widget.
read / write

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