ImageSelector constructor

ImageSelector({
  1. Key? key,
  2. ValueChanged<TinyImage>? onSelect,
  3. double? height,
  4. double? width,
  5. String? url,
})

Implementation

ImageSelector({Key? key, this.onSelect, this.height, this.width, this.url})
    : super(key: key);