nativePaint property

Paint nativePaint

Returns the native ui.Paint object.

Implementation

ui.Paint get nativePaint {
  return _paint;
}