maxW function

MaxWidthAttribute maxW(
  1. double size
)

Max width attribute

Implementation

MaxWidthAttribute maxW(double size) => MaxWidthAttribute(size);