DefaultUploadView constructor

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

Implementation

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