BackgroundTypeFill constructor
const
BackgroundTypeFill({
- required BackgroundFill fill,
- required int darkThemeDimming,
Constructs a BackgroundTypeFill object.
Implementation
const BackgroundTypeFill({
required this.fill,
required this.darkThemeDimming,
});