copy method
Returns a copy of these styles into a new container instance
Implementation
EasyAttributeStyles copy() => EasyAttributeStyles(
attributes: <String, EasyAttribute<Object?>>{
...attributes,
},
);
Returns a copy of these styles into a new container instance
EasyAttributeStyles copy() => EasyAttributeStyles(
attributes: <String, EasyAttribute<Object?>>{
...attributes,
},
);