BackgroundTypeFill constructor
const
BackgroundTypeFill({
- required BackgroundFill fill,
A filled background
Implementation
const BackgroundTypeFill({
required this.fill,
});
A filled background
const BackgroundTypeFill({
required this.fill,
});