BtnSearch constructor

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

Implementation

const BtnSearch({Key? key}) : super(key: key);