attributesExtend constant
Implementation
static const List<Attribute> attributesExtend = [
Attributes.cols,
Attributes.disabled,
Attributes.form,
Attributes.maxlength,
Attributes.name,
Attributes.placeholder,
Attributes.readonly,
Attributes.required,
Attributes.rows,
Attributes.wrap,
];