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