ImageBackgroundFeature constructor

ImageBackgroundFeature({
  1. required String namespace,
  2. required String implementationName,
  3. String? filename,
  4. Widget? widget,
  5. String decorationName = 'image_background',
})

Implementation

ImageBackgroundFeature(
    {required this.namespace,
    required this.implementationName,
    this.filename,
    this.widget,
    this.decorationName = 'image_background'});