sepia method Null safety

Sepia sepia(
  1. [dynamic level]
)

Changes the color scheme of the image to sepia.

Receives dynamic object and returns Effect.

Implementation

static Sepia sepia([dynamic level]) {
  return Sepia(level);
}