InputBackgroundLocal constructor

const InputBackgroundLocal({
  1. required InputFile background,
})

A background from a local file

Implementation

const InputBackgroundLocal({
  required this.background,
});