flutter/fork/skeletonizer/lib/src/widgets/skeleton library
Classes
- RenderIgnoredSkeleton
- A Render object that paints nothing when skeletonizer is enabled
- Skeleton
- An interface for a skeleton annotation widget skeleton annotation widgets are used to configure or customize how the skeleton effect is applied to the child widget
Typedefs
- Painter = void Function(PaintingContext context, Offset offset)
- / A signature for a function that paints with a PaintingContext.
- SkeletonizerGeneralFrameworkPainter = void Function(SkeletonizerGeneralFrameworkPaintingContext context, Rect paintBounds, Painter paint, TextDirection? textDirection)
- A signature for a function that paints with a SkeletonizerGeneralFrameworkPaintingContext.