GraphYLabelText constructor Null safety

GraphYLabelText(
  1. String text,
  2. {Key? key}
)

Implementation

GraphYLabelText(
  this.text, {
  Key? key,
}) : super(key: key);