learn top-level constant

ActionType const learn

Implementation

const ActionType learn = ActionType(
  name: "Learn",
  icon: CustomIcons.ic_learning,
  primaryColor: blue0,
  secondaryColor: blue1,
  tertiaryColor: blue2,
);