saturation method Null safety

LevelAdjust saturation(
  1. [dynamic level]
)

Adjusts the color saturation.

level dynamic The level of color saturation (Range: -100 to 100, Server default: 80). Returns LevelAdjust

Implementation

static LevelAdjust saturation([dynamic level]) {
  return LevelAdjust('saturation', level);
}