Skip to content

Commit f0e84ed

Browse files
committed
fix formatting
1 parent db9fee9 commit f0e84ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/chart/bar_chart/bar_chart_data.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,9 +723,9 @@ class BarTouchTooltipData with EquatableMixin {
723723
/// [BarChart] shows a tooltip popup on top of rods automatically when touch happens,
724724
/// otherwise you can show it manually using [BarChartGroupData.showingTooltipIndicators].
725725
/// Tooltip shows on top of rods, with [getTooltipColor] as a background color.
726-
/// You can set the corner radius using [tooltipRoundedRadius],
726+
/// You can set the corner radius using [tooltipRoundedRadius],
727727
/// or if you need a custom border, you can use [tooltipBorderRadius].
728-
/// Note that if both [tooltipRoundedRadius] and [tooltipBorderRadius] are set,
728+
/// Note that if both [tooltipRoundedRadius] and [tooltipBorderRadius] are set,
729729
/// the value from [tooltipBorderRadius] will be used.
730730
/// If you want to have a padding inside the tooltip, fill [tooltipPadding],
731731
/// or If you want to have a bottom margin, set [tooltipMargin].

0 commit comments

Comments
 (0)