ModernFormUpload constructor

const ModernFormUpload(
  1. {Key? key,
  2. void onTap(
      )?,
    1. bool? pasteEnabled,
    2. void onChange(
      1. String url
      )?}
    )

    Implementation

    const ModernFormUpload({
      Key? key,
      this.onTap,
      this.pasteEnabled,
      this.onChange,
    }) : super(key: key);