leftArrow constant

Widget const leftArrow

Implementation

static const Widget leftArrow = Icon(
  Icons.chevron_left_outlined,
  color: MyColors.xFF9CA3AF,
);