Loading constructor

Loading({
  1. String text = '正在加载',
})

Implementation

Loading({this.text = '正在加载'});