marginTop method
Implementation
@override
double marginTop(
bool drawText,
double width,
double height,
double fontHeight,
double textPadding,
) => drawBorder ? _getBorderWidth(width) : 0;
@override
double marginTop(
bool drawText,
double width,
double height,
double fontHeight,
double textPadding,
) => drawBorder ? _getBorderWidth(width) : 0;