maxHeightFactor property
Bottom sheet constraints as factors of screen size.
Example: maxHeightFactor = 0.9 means max height is 90% of screen height.
Implementation
final double? maxHeightFactor;
Bottom sheet constraints as factors of screen size.
Example: maxHeightFactor = 0.9 means max height is 90% of screen height.
final double? maxHeightFactor;