forwardArrow top-level constant
DecoratedBox
const forwardArrow
Implementation
const forwardArrow = DecoratedBox(
decoration: BoxDecoration(
color: Color(0xffAED2EC),
shape: BoxShape.circle,
),
child: Icon(
Icons.arrow_right_rounded,
color: Colors.white,
size: 20,
),
);