heading3 property

String heading3

H3

Implementation

String get heading3 {
  return Intl.message(
    'H3',
    name: 'heading3',
    desc: '',
    args: [],
  );
}