AppButton constructor

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

Implementation

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