menu
charts_common_sa package
documentation
common.dart
LegendCellPadding
left method
left method
dark_mode
light_mode
left
method
double
left
(
num
width
)
Implementation
double left(num width) => leftPct != null ? leftPct! * width : leftPx!;
charts_common_sa package
documentation
common
LegendCellPadding
left method
LegendCellPadding class