SizeAttribute.maxHeight constructor

SizeAttribute.maxHeight(
  1. double size
)

Max Height size attribute

Implementation

factory SizeAttribute.maxHeight(
  final double size,
) = MaxHeightAttribute;