LeftArrow constructor
LeftArrow({
- required dynamic onTap(),
- bool isWhite = false,
Implementation
LeftArrow({required this.onTap, this.isWhite = false});
LeftArrow({required this.onTap, this.isWhite = false});