IsLoading constructor

const IsLoading({
  1. Key? key,
})

Implementation

const IsLoading({
  Key? key,
}) : super(key: key);