TitleAttribute constructor

const TitleAttribute({
  1. double? fontSize,
  2. Color? foregroundColor,
})

Create a TitleAttribute.

Implementation

const TitleAttribute({this.fontSize, this.foregroundColor});