theme property

String theme

主題

Implementation

String get theme {
  return Intl.message(
    '主題',
    name: 'theme',
    desc: '',
    args: [],
  );
}