customPainterBuilder property

CustomPainter Function(Size size, TextDirection? direction)? customPainterBuilder
final

Builder for a custom painter. Provides the size and textDirection.

Implementation

final CustomPainter Function(Size size, TextDirection? direction)?
customPainterBuilder;