From 09a700be4cb3224a5f77bd10e5942977d7dc6d1f Mon Sep 17 00:00:00 2001 From: Mani M Date: Mon, 16 Jan 2023 09:53:11 +1100 Subject: [PATCH] Spaces included to have nice view and camel case of the words --- lib/src/widget/heatmap_color_tip.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'), ], ), );