UicStatefulDataInitialLoadingView constructor

const UicStatefulDataInitialLoadingView({
  1. Key? key,
  2. String? text,
})

Implementation

const UicStatefulDataInitialLoadingView({
  Key? key,
  this.text,
}) : super(key: key);