ImageBarWithPicker constructor

ImageBarWithPicker({
  1. Key? key,
  2. dynamic onUpdate(
    1. String?
    )?,
})

Implementation

ImageBarWithPicker({Key? key, this.onUpdate}) : super(key: key);