secondaryRatio property

double get secondaryRatio

Returns a size ratio of the secondary view relative to the size.

Implementation

double get secondaryRatio =>
    size.aspectRatio > 2 || size.aspectRatio < 0.5 ? 0.45 : 0.33;