Commit c65e872f authored by Dio Maulana's avatar Dio Maulana

add more resource

parent 980be4a8
......@@ -26,4 +26,5 @@ class Assets {
static String moneyIcon = "${rootIcon}money.png";
static String transactionIcon = "${rootIcon}transaction.png";
static String totalIcon = "${rootIcon}total.png";
static String crossIcon = "${rootIcon}cross.png";
}
class ConstantString {
static String fromWidgetReimburse = "reimburse";
static String fromWidgetHistory = "history";
}
......@@ -16,6 +16,7 @@ class FontWeightManager {
}
class FontSize {
static const double s8 = 8.0;
static const double s10 = 10.0;
static const double s12 = 12.0;
static const double s14 = 14.0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment