applyPaintTransform method
Applies the paint transform from the custom parent data.
Implementation
@override
void applyPaintTransform(RenderSliver child, Matrix4 transform) =>
child.sliverRow.applyPaintTransform(transform);
Applies the paint transform from the custom parent data.
@override
void applyPaintTransform(RenderSliver child, Matrix4 transform) =>
child.sliverRow.applyPaintTransform(transform);