TextOriginAndExtent constructor
const
TextOriginAndExtent({})
Creates a new TextOriginAndExtent object.
Implementation
const TextOriginAndExtent(
{required this.originX,
required this.originY,
this.extentWidth,
this.extentHeight});