Future<double> getBarHeight(int expense)async{ int income = await getIncomes(); return (expense *300-1)/income; }