peekBottom property

double peekBottom

Implementation

double get peekBottom => (alignment == Alignment.bottomLeft ||
        alignment == Alignment.bottomCenter ||
        alignment == Alignment.bottomRight)
    ? peek * ratio
    : peek;