FlintScript constructor

const FlintScript({
  1. FlintAction? onClick,
  2. FlintAction? onLoad,
  3. FlintAction? onSuccess,
  4. FlintAction? onError,
  5. String? customJs,
})

Implementation

const FlintScript({
  this.onClick,
  this.onLoad,
  this.onSuccess,
  this.onError,
  this.customJs,
});