CustomOutlineButton constructor

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

Implementation

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