Loading constructor

const Loading({
  1. Key? key,
  2. double width = 14,
  3. double height = 14,
})

Implementation

const Loading({Key? key, this.width = 14, this.height = 14})
    : super(key: key);