FilterWrapper constructor

const FilterWrapper({
  1. Key? key,
  2. Widget? child,
})

Constructor for the Widget

Implementation

const FilterWrapper({
  Key? key,
  this.child,
}) : super(key: key);