Yeah, I've seen this happen in the docs a few time...
# compose
s
Yeah, I've seen this happen in the docs a few times. Here's what it should look like:
Copy code
while (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.
o
Ok. Cool to know. Thanks y'all
Makes a whole lot more sense now👍🏽
s
Awesome! Happy to help, and enjoy your coding journey! 🙌