toPaint abstract method

Paint toPaint(
  1. Rect rect, {
  2. TextDirection? textDirection,
})

Returns a Paint for this brush to fill the given rect.

Implementation

Paint toPaint(Rect rect, {TextDirection? textDirection});