AppBackButton constructor

const AppBackButton({
  1. Key? key,
  2. Color? textColor,
})

Implementation

const AppBackButton({super.key, this.textColor});