Skeletonizer constructor

const Skeletonizer({
  1. Key? key,
  2. required Widget child,
  3. bool enabled,
  4. PaintingEffect? effect,
  5. TextBoneBorderRadius? textBoneBorderRadius,
  6. bool? ignoreContainers,
  7. bool? justifyMultiLineText,
  8. Color? containersColor,
  9. bool ignorePointers,
  10. bool? enableSwitchAnimation,
  11. SwitchAnimationConfig? switchAnimationConfig,
})

Creates a Skeletonizer widget

Implementation

const factory Skeletonizer({
  Key? key,
  required Widget child,
  bool enabled,
  PaintingEffect? effect,
  TextBoneBorderRadius? textBoneBorderRadius,
  bool? ignoreContainers,
  bool? justifyMultiLineText,
  Color? containersColor,
  bool ignorePointers,
  bool? enableSwitchAnimation,
  SwitchAnimationConfig? switchAnimationConfig,
}) = _Skeletonizer;