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