diff --git a/lib/src/widget/heatmap_color_tip.dart b/lib/src/widget/heatmap_color_tip.dart index bb6e4d3..7e5e47a 100644 --- a/lib/src/widget/heatmap_color_tip.dart +++ b/lib/src/widget/heatmap_color_tip.dart @@ -107,9 +107,9 @@ class HeatMapColorTip extends StatelessWidget { child: Row( mainAxisAlignment: MainAxisAlignment.end, children: [ - leftWidget ?? _defaultText('less'), + leftWidget ?? _defaultText('Less '), ..._heatmapList(), - rightWidget ?? _defaultText('more'), + rightWidget ?? _defaultText(' More'), ], ), );