Check if any flex properties are set
static bool hasFlexProperties(FlyStyle style) { return style.flex != null || style.grow != null || style.shrink != null || style.basis != null; }