Returns a formatted string of a currency value in euros.
String formatCurrency(double value) { return "${value.toStringAsFixed(2)} €"; }