enhanced heat map tooltip's message.

This commit is contained in:
Faris Armoush
2025-06-24 14:44:56 +03:00
parent 7e5825de45
commit 6e6ef79ed0

View File

@ -39,7 +39,7 @@ class HeatMapTooltip extends StatelessWidget {
),
const Divider(height: 2, thickness: 1),
Text(
'$value Occupants',
'Occupancy detected: $value',
style: context.textTheme.bodySmall?.copyWith(
fontSize: 10,
fontWeight: FontWeight.w500,