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