MLoadingIcon constructor

const MLoadingIcon({
  1. double? size,
  2. bool? center,
  3. EdgeInsetsGeometry? margin,
  4. Key? key,
})

Implementation

const MLoadingIcon({this.size, this.center, this.margin, super.key});