DoubleArrow constructor

DoubleArrow({
  1. String? arrowColor1,
  2. String? arrowColor2,
})

Implementation

DoubleArrow({
  String? arrowColor1,
  String? arrowColor2,
}) {
  _arrowColor1 = arrowColor1;
  _arrowColor2 = arrowColor2;
}