flags property

int flags

Flags.

Implementation

int get flags {
  final v = _flag(
    b01: blur,
    b02: motion,
    b00: backgroundColor != null,
    b04: secondBackgroundColor != null || rotation != null,
    b05: thirdBackgroundColor != null,
    b06: fourthBackgroundColor != null,
    b03: intensity != null,
    b07: emoticon != null,
  );

  return v;
}