contentArrowIcon property

Widget? contentArrowIcon
getter/setter pair

Implementation

Widget? contentArrowIcon = Transform(
  alignment: Alignment.center,
  transform: Matrix4.rotationZ(-90 / 180 * math.pi),
  child: const Icon(Icons.arrow_back_ios_rounded, size: 13, color: Color(0xFFBFBFD2)),
);