blue method Null safety

LevelAdjust blue(
  1. [dynamic level]
)

Adjusts the image's blue channel.

Receives level dynamic The level of blue. (Range: -100 to 100, Server default: 0) Returns LevelAdjust

Implementation

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