wrap constant

Attribute const wrap

Implementation

static const wrap = Attribute(
  name: 'wrap',
  type: 'final WrapTextarea? wrap;',
  html: 'if (wrap != null) \' wrap="\${mapperWrapTextarea(wrap!)}"\'',
);