marginTop method
Margin at the top of the barcode
Implementation
@override
double marginTop(
bool drawText,
double width,
double height,
double fontHeight,
double textPadding,
) {
return drawBorder ? _getBorderWidth(width) : 0;
}
Margin at the top of the barcode
@override
double marginTop(
bool drawText,
double width,
double height,
double fontHeight,
double textPadding,
) {
return drawBorder ? _getBorderWidth(width) : 0;
}