customPainterBuilder property
Builder for a custom painter. Provides the size and textDirection.
Implementation
final CustomPainter Function(Size size, TextDirection? direction)?
customPainterBuilder;
Builder for a custom painter. Provides the size and textDirection.
final CustomPainter Function(Size size, TextDirection? direction)?
customPainterBuilder;