maxH function

MaxHeightAttribute maxH(
  1. double size
)

Max height attribute

Implementation

MaxHeightAttribute maxH(double size) => MaxHeightAttribute(size);