LoadingBar constructor

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

Implementation

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