raiseMoney top-level constant

ActionType const raiseMoney

Implementation

const ActionType raiseMoney = ActionType(
  name: "Raise money",
  icon: CustomIcons.ic_raisemoney,
  primaryColor: yellow0,
  secondaryColor: yellow1,
  tertiaryColor: yellow2,
);