RecupFilterButton constructor

const RecupFilterButton({
  1. Key? key,
  2. void onPressed()?,
  3. String text = '',
  4. bool isSelect = false,
})

Implementation

const RecupFilterButton(
    {Key? key, this.onPressed, this.text = '', this.isSelect = false})
    : super(key: key);