WidthAttribute constructor
const
WidthAttribute(
- String? val
Implementation
const WidthAttribute(String? val)
: super('width', AttributeScope.IGNORE, val);
const WidthAttribute(String? val)
: super('width', AttributeScope.IGNORE, val);