TextStyle constructor
const
TextStyle({})
Implementation
const TextStyle({
this.size = 8.0,
this.color,
this.outlineWidth = 1.0,
this.outlineColor,
this.placement = TextStylePlacement.Center,
this.offset = 0.0,
this.offsetFromIcon = true,
this.textOptional = false,
});