BackgroundTypeFill constructor

const BackgroundTypeFill(
  1. {required BackgroundFill fill}
)

A filled background

Implementation

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