menu
compdfkit_flutter package
documentation
util/cpdf_rectf.dart
CPDFRectF
CPDFRectF.new constructor
CPDFRectF.new constructor
dark_mode
light_mode
CPDFRectF
constructor
CPDFRectF
(
double
left
,
double
top
,
double
right
,
double
bottom
,
)
Implementation
CPDFRectF(this.left, this.top, this.right, this.bottom);
compdfkit_flutter package
documentation
util/cpdf_rectf
CPDFRectF
CPDFRectF.new constructor
CPDFRectF class