AntdSkeletonStyle constructor

const AntdSkeletonStyle({
  1. bool inherit = true,
  2. AntdWrapStyle? wrapStyle,
  3. AntdBoxStyle? bodyStyle,
  4. AntdBoxStyle? titleStyle,
  5. AntdBoxStyle? rowStyle,
  6. AntdBoxStyle? lastRowStyle,
  7. Color color = const Color(0xffe1e1e1),
})

Implementation

const AntdSkeletonStyle(
    {super.inherit,
    this.wrapStyle,
    this.bodyStyle,
    this.titleStyle,
    this.rowStyle,
    this.lastRowStyle,
    this.color = const Color(0xffe1e1e1)});