shapePaintContainer property

ShapePaintContainer? get shapePaintContainer
inherited

Implementation

ShapePaintContainer? get shapePaintContainer =>
    parent is ShapePaintContainer ? parent as ShapePaintContainer : null;