static String getPriceWithCurrency(num price) => '${price.toStringAsFixed(2)} ${AppConstants.currency}';