ModernFormPaste constructor

const ModernFormPaste(
  1. {Key? key,
  2. void onChange(
    1. String url
    )?}
)

Implementation

const ModernFormPaste({
  Key? key,
  this.onChange,
}) : super(key: key);