MLoadingIcon constructor
const
MLoadingIcon({
- double? size,
- bool? center,
- EdgeInsetsGeometry? margin,
- Key? key,
Implementation
const MLoadingIcon({this.size, this.center, this.margin, super.key});