maxHeightFactor property

double? maxHeightFactor
final

Bottom sheet constraints as factors of screen size.

Example: maxHeightFactor = 0.9 means max height is 90% of screen height.

Implementation

final double? maxHeightFactor;