CustomButtonBackWiget constructor

const CustomButtonBackWiget({
  1. Key? key,
  2. double? opacity,
  3. Color? color,
})

Implementation

const CustomButtonBackWiget({Key? key, this.opacity, this.color})
    : super(key: key);