widgets/extended/extended_custom_paint library
Classes
- ExtendedCustomPaint
- ExtendedCustomPaint is a stateful widget that allows you to use custom painting within a widget. It extends the functionality of CustomPaint by providing methods to update the painting properties without rebuilding the child widget.
- ExtendedCustomPaintState
- The state for ExtendedCustomPaint, managing the painting logic and properties.