yPosFactor property

double? yPosFactor
final

Factor that defines the floating positions of buttons and shadow along vertical-axis.

The shadowDistance is divided into yPosFactor parts. During floating, the button floats over the first segment of these parts, while the shadow floats over the last segment.

Defaults to kTiltedButtonYPosFactor

Implementation

final double? yPosFactor;