debugFields property

  1. @override
Map<String, dynamic> get debugFields
override

Gets the debug fields for printing.

Returns a Map<String, dynamic> containing the fields to be used for debug printing.

Implementation

@override
Map<String, dynamic> get debugFields => {
      'center': '(${center.x}, ${center.y})',
      'radius': radius,
    };