sindrenm
04/27/2026, 6:57 PMwhile (mainAxisSize < constraints.maxWidth && currentItemIndex < items.size) {
// some code
}
As Mark said, those `&...;`s are HTML entities. If they show up like that in the docs, then that's likely a bug in the documentation.Orb
04/28/2026, 11:05 AMOrb
04/28/2026, 11:06 AMsindrenm
04/28/2026, 11:43 AM