heading1 property

String heading1

H1

Implementation

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