iconSize property
Diameter of a full-screen chrome glyph (×, collapse, play/pause, mute),
in logical pixels. The pill around it and the content-safe chrome band
both scale with this (_expandedChromePillHeight/_expandedChromeBandHeight
in the renderer) — the dashboard derives the SAME band from this same
value (designSpace.ts's pipChromeBands), so the expanded canvas's
available height and the real chrome stay in agreement.
Implementation
final double iconSize;