packedOptions property
int
get
packedOptions
The packedOptions value.
Implementation
int get packedOptions =>
sides.packed | (fill ? 1 << 4 : 0) | ((titleAlignment.value & 0x3) << 5);
The packedOptions value.
int get packedOptions =>
sides.packed | (fill ? 1 << 4 : 0) | ((titleAlignment.value & 0x3) << 5);