menu
dart_mupdf_donut package
documentation
dart_mupdf.dart
Shape
Shape.new constructor
Shape.new constructor
dark_mode
light_mode
Shape
constructor
Shape
(
{
required
double
pageWidth
,
required
double
pageHeight
,
})
Create a new Shape for a page.
Implementation
Shape({required this.pageWidth, required this.pageHeight});
dart_mupdf_donut package
documentation
dart_mupdf
Shape
Shape.new constructor
Shape class