BtnView constructor

const BtnView({
  1. Key? key,
  2. Btn? btn,
})

Implementation

const BtnView({Key? key, this.btn}) : super(key: key);