MCenterTip constructor

const MCenterTip({
  1. required String tip,
  2. double? loadingIconSize,
  3. Key? key,
})

Implementation

const MCenterTip({required this.tip, this.loadingIconSize, super.key});