FutureInterludeWidget constructor

const FutureInterludeWidget({
  1. Key? key,
  2. dynamic onComplete()?,
  3. required String path,
  4. bool loadFromFileSystem = false,
})

Implementation

const FutureInterludeWidget({
  super.key,
  this.onComplete,
  required this.path,
  this.loadFromFileSystem = false,
});