BaseLoadingView constructor

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

Implementation

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