JJLoadingValueNotifier constructor

JJLoadingValueNotifier({
  1. double progress = 0,
  2. String text = '',
})

Implementation

JJLoadingValueNotifier({this.progress = 0, this.text = ''});