Skeletonizer.zone constructor
const
Skeletonizer.zone({
- Key? key,
- required Widget child,
- PaintingEffect? effect,
- TextBoneBorderRadius? textBoneBorderRadius,
- bool? ignoreContainers,
- bool? justifyMultiLineText,
- Color? containersColor,
- bool ignorePointers,
- bool enabled,
- bool? enableSwitchAnimation,
- SwitchAnimationConfig? switchAnimationConfig,
Creates a Skeletonizer widget that only shades Bone and nested skeletonizers
Implementation
const factory Skeletonizer.zone({
Key? key,
required Widget child,
PaintingEffect? effect,
TextBoneBorderRadius? textBoneBorderRadius,
bool? ignoreContainers,
bool? justifyMultiLineText,
Color? containersColor,
bool ignorePointers,
bool enabled,
bool? enableSwitchAnimation,
SwitchAnimationConfig? switchAnimationConfig,
}) = _Skeletonizer.zone;