ViewStateBusyWidget constructor

const ViewStateBusyWidget({
  1. Key? key,
  2. Color? backgroundColor,
})

Implementation

const ViewStateBusyWidget({
  Key? key,
  this.backgroundColor,
}) : super(key: key);