height property

double? height
final

Artificial height constraint to be applied to the child.

If not provided, the previewed widget will attempt to set its own height constraints and may result in an unbounded constraint error.

Implementation

final double? height;