MPLabelGraphic constructor
MPLabelGraphic({})
Creates a new instance of MPLabelGraphic. All parameters are required in order to create a cohesive graphic label.
Implementation
MPLabelGraphic(
{required this.backgroundImage,
required this.content,
required this.stretchX,
required this.stretchY});