maxWidth method

StyledBlock maxWidth(
  1. int value
)

Sets the maximum width.

Implementation

StyledBlock maxWidth(int value) {
  _maxWidth = value;
  return this;
}