menu
k_chart_plus package
documentation
depth_chart.dart
DepthChartPainter
getBottomTextY method
getBottomTextY method
dark_mode
light_mode
getBottomTextY
method
double
getBottomTextY
(
double
textHeight
)
Implementation
double getBottomTextY(double textHeight) => (mPaddingBottom - textHeight) / 2 + mDrawHeight;
k_chart_plus package
documentation
depth_chart
DepthChartPainter
getBottomTextY method
DepthChartPainter class