menu
pdftron_flutter package
documentation
pdftron_flutter.dart
Rect
Rect constructor
Rect constructor
dark_mode
light_mode
Rect
constructor
Rect
(
double
?
x1
,
double
?
y1
,
double
?
x2
,
double
?
y2
,
double
?
width
,
double
?
height
,
)
Implementation
Rect(this.x1, this.y1, this.x2, this.y2, this.width, this.height);
pdftron_flutter package
documentation
pdftron_flutter
Rect
Rect constructor
Rect class