BlurOptions constructor
Initialise this object.
Implementation
BlurOptions({
required this.width,
required this.height,
required this.left,
required this.top,
required this.color,
required this.blurRadius,
required this.visible,
});
Initialise this object.
BlurOptions({
required this.width,
required this.height,
required this.left,
required this.top,
required this.color,
required this.blurRadius,
required this.visible,
});