widgets/extended/extended_custom_paint library

Classes

ExtendedCustomPaint
ExtendedCustomPaint is a stateful widget that allows you to use custom paint within a widget. It extends the functionality of CustomPaint by providing methods to update the paint properties without rebuilding the child widget.
ExtendedCustomPaintState
The state for ExtendedCustomPaint, managing the paint logic and properties.