MyLoadingIndicator constructor

const MyLoadingIndicator({
  1. Key? key,
  2. Function? onTap,
  3. String? message,
  4. double topPadding = 0.0,
})

Implementation

const MyLoadingIndicator(
    {super.key, this.onTap, this.message, this.topPadding = 0.0});