File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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] .
You can’t perform that action at this time.
0 commit comments