flags property
int
get
flags
Flags.
Implementation
int get flags {
final v = _flag(
b00: placeholderPath != null,
b01: backgroundColor != null,
b02: backgroundDarkColor != null,
b03: headerColor != null,
b04: headerDarkColor != null,
);
return v;
}