previewHeight property

double? previewHeight
final

Height of the preview card. Defaults to (MediaQuery.sizeOf(context).height) * 0.15 for the horizontal preview and (MediaQuery.sizeOf(context).height) * 0.25 for the vertical preview.

Implementation

final double? previewHeight;