BaseLoadingView constructor

const BaseLoadingView({
  1. Key? key,
  2. String? message,
})

Implementation

const BaseLoadingView({super.key, this.message});