DrishyaBackground constructor

const DrishyaBackground({
  1. required DrishyaEntity entity,
})

Drishya background only support image background

Implementation

const DrishyaBackground({
  required this.entity,
});