HelpItem constructor

HelpItem({
  1. Color color = Colors.white,
  2. String? text,
  3. Offset? arrowPoint,
  4. Offset? endPoint,
})

Implementation

HelpItem(
    {this.color = Colors.white, this.text, this.arrowPoint, this.endPoint});