alwaysUpdate constant

CellDiffOption const alwaysUpdate

Writes this cell on every rendered frame.

Implementation

static const alwaysUpdate = CellDiffOption._(
  _CellDiffKind.alwaysUpdate,
  null,
);