AntdSkeletonStyle constructor
const
AntdSkeletonStyle({
- bool inherit = true,
- AntdWrapStyle? wrapStyle,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? rowStyle,
- AntdBoxStyle? lastRowStyle,
- 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)});