FittedTile constructor

FittedTile({
  1. String title = "",
  2. double? fontSize,
  3. Color? color,
})

Implementation

FittedTile({
  this.title = "",
  this.fontSize,
  this.color,
});