contentArrowIcon property

Widget? contentArrowIcon
getter/setter pair

Implementation

Widget? contentArrowIcon = const RotatedBox(
  quarterTurns: 2,
  child: Icon(Icons.arrow_back_ios_sharp, size: 13, color: Color(0xFFBFBFD2)),
);