DFImageLayer constructor

DFImageLayer({
  1. required String image,
})

Implementation

DFImageLayer({
  required this.image,
});