BackgroundTypeFill constructor

const BackgroundTypeFill({
  1. required BackgroundFill fill,
  2. required int darkThemeDimming,
})

Constructs a BackgroundTypeFill object.

Implementation

const BackgroundTypeFill({
  required this.fill,
  required this.darkThemeDimming,
});