amaro property

FilterModel amaro
getter/setter pair

Amaro: Adds light to an image, with the focus on the centre

Implementation

static FilterModel amaro = FilterModel(
  name: "Amaro",
  filters: [
    ColorFilterAddons.saturation(0.3),
    ColorFilterAddons.brightness(0.15),
  ],
);