BackgroundLayer constructor

const BackgroundLayer({
  1. Key? key,
})

Implementation

const BackgroundLayer({
  Key? key,
}) : super(key: key);