AntdLoadingStyle constructor
const
AntdLoadingStyle({
- bool inherit = true,
- Color? color,
- AntdBoxStyle? textStyle,
- double? size,
- Duration duration = const Duration(milliseconds: 1000),
Implementation
const AntdLoadingStyle(
{super.inherit,
this.color,
this.textStyle,
this.size,
this.duration = const Duration(milliseconds: 1000)});