menu
charts_common_sa package
documentation
common.dart
LegendCellPadding
bottom method
bottom method
dark_mode
light_mode
bottom
method
double
bottom
(
num
height
)
Implementation
double bottom(num height) => bottomPct != null ? bottomPct! * height : bottomPx!;
charts_common_sa package
documentation
common
LegendCellPadding
bottom method
LegendCellPadding class