EasyAttributeStyles.fromAttribute constructor

EasyAttributeStyles.fromAttribute(
  1. EasyAttribute<Object?> attr
)

Implementation

EasyAttributeStyles.fromAttribute(EasyAttribute attr)
    : attributes = <String, EasyAttribute<Object?>>{attr.key: attr};