TkfBackButton constructor

const TkfBackButton({
  1. Key? key,
  2. Color? iconColor,
  3. required Function onPress,
  4. String? testKeyName,
  5. bool isSearchBar = false,
})

Implementation

const TkfBackButton(
    {super.key,
    this.iconColor,
    required this.onPress,
    this.testKeyName,
    this.isSearchBar = false});