id property

String id
final

Unique ID which defines the theme. Don't use conflicting strings.

This has to be a lowercase string separated by underscores. (can contain numbers)

  • theme_1
  • my_theme
  • dark_extended_theme

Don't use very lengthy strings. Instead use description as the field to add description.

Implementation

final String id;