contrast method Null safety

LevelAdjust contrast(
  1. [dynamic level]
)

Adjusts the contrast.

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

Implementation

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