build method

Build the properties set on this builder into an immutable attribute theme data object.

Implementation

AttributeThemeData build() {
  return AttributeThemeData(_properties.build());
}