DecorationBackgroundImage constructor

const DecorationBackgroundImage({
  1. File? backgroundImageFile,
})

Implementation

const factory DecorationBackgroundImage({
  File? backgroundImageFile,
}) = _DecorationBackgroundImage;