LoadingMsg constructor

const LoadingMsg(
  1. int type, {
  2. String message = '加载中...',
})

Implementation

const LoadingMsg(this.type, {this.message = '加载中...'});