diff --git a/sky/packages/sky/lib/painting.dart b/sky/packages/sky/lib/painting.dart index d37939faf77..4ed756cd6a4 100644 --- a/sky/packages/sky/lib/painting.dart +++ b/sky/packages/sky/lib/painting.dart @@ -2,9 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -/// The Sky render tree. +/// Utilities for painting. /// -/// This library includes and re-exports all Sky rendering classes. +/// This library includes and re-exports a variety of classes that wrap the Sky +/// engine's painting API for more specialised purposes, such as painting scaled +/// images, interpolating between shadows, painting borders around boxes, etc. library painting; export 'src/painting/box_painter.dart';