blocks constant
ScannerCharSet
const blocks
Blocks style: solid block for active, small dot for inactive.
Matches the createFrames({style: "blocks"}) output in opencode.
Implementation
static const blocks = ScannerCharSet(
active: [SparseBlocks.solid],
inactive: '⬝',
);