AppBorderButton constructor

const AppBorderButton({
  1. Key? key,
  2. String? title,
})

Implementation

const AppBorderButton({Key? key, this.title}) : super(key: key);