BackWidget constructor

const BackWidget(
  1. {Key? key,
  2. dynamic onPressed(
      )?,
    1. Color? iconColor,
    2. double backIconSize = 16}
    )

    Implementation

    const BackWidget({super.key, this.onPressed, this.iconColor, this.backIconSize = 16});