UIHeadingDefaults constructor

UIHeadingDefaults({
  1. Color? color,
  2. String? fontFamily,
  3. FontWeight? fontWeight,
  4. double? fontSize,
  5. int? heading,
  6. TextStyle? style,
})

Implementation

UIHeadingDefaults({
  this.color,
  this.fontFamily,
  this.fontWeight,
  this.fontSize,
  this.heading,
  this.style,
});