BitmapBuilder class
Constructors
Properties
- canvas ↔ Canvas
-
getter/setter pair
- defaultTextStyle → TextStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ Image?
-
getter/setter pair
- paddingBottom → double
-
final
- paddingLeft → double
-
final
- paddingRight → double
-
final
- paddingTop → double
-
final
- recorder ↔ PictureRecorder
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → int
-
final
Methods
-
build(
) → Future< BitmapData?> -
buildBinary(
) → Future< Uint8List?> -
finish(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
space(
double n) → void -
table(
{required List< double> columnsWidth, required List<BitmapText> texts, CellPadding cellPadding = const CellPadding(), TextStyle? defaultTableTextStyle, Color borderColor = const Color(0xFF000000), bool border = false}) → void -
text(
BitmapText bitmapText) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited