BackgroundTypeFill constructor

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

BackgroundTypeFill (backgroundTypeFill) - child of BackgroundType

A filled background.

  • fill: The background fill.

Implementation

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