LoadingIndicator constructor

const LoadingIndicator({
  1. Key? key,
  2. required String tip,
})

Implementation

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