hasFlexProperties property

bool get hasFlexProperties

Check if any flex properties are set

Implementation

bool get hasFlexProperties =>
    flex != null || grow != null || shrink != null || basis != null;