AppBackButton constructor

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

Implementation

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