WidthAttribute constructor

WidthAttribute(
  1. String? val
)

Implementation

WidthAttribute(String? val) : super('width', AttributeScope.IGNORE, val);