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