ListUicEmptyProgressView constructor

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

Implementation

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