Tag addStyle(String property, String value) { attrs['style'] = '${attrs['style'] ?? ''}$property: $value; '; return this; }