FlintScript constructor
const
FlintScript({
- FlintAction? onClick,
- FlintAction? onLoad,
- FlintAction? onSuccess,
- FlintAction? onError,
- String? customJs,
Implementation
const FlintScript({
this.onClick,
this.onLoad,
this.onSuccess,
this.onError,
this.customJs,
});