getBottomTextY method

double getBottomTextY(
  1. double textHeight
)

Implementation

double getBottomTextY(double textHeight) =>
    (mPaddingBottom - textHeight) / 2 + mDrawHeight;