sepia method Null safety
- [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);
}
Changes the color scheme of the image to sepia.
Receives dynamic
object and returns Effect.
static Sepia sepia([dynamic level]) {
return Sepia(level);
}