$debugBoundsPaint property

Paint? $debugBoundsPaint
getter/setter pair

(Internal usage) Defines the debug paint used to show the bounds of this display object when debug mode is enabled. By default, it uses a magenta stroke with a width of 1. Override this property to use a custom debug paint.

Implementation

ui.Paint? $debugBoundsPaint = _debugPaint.clone();