copy method

Returns a copy of these styles into a new container instance

Implementation

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