frozen property
Whether this child's main-axis size is frozen (cannot be changed).
Used during the flex algorithm to prevent infinite loops.
Implementation
bool frozen = false;
Whether this child's main-axis size is frozen (cannot be changed).
Used during the flex algorithm to prevent infinite loops.
bool frozen = false;