PayDownArrow constructor

PayDownArrow({
  1. String? topColor,
  2. String? bottomColor,
})

Implementation

PayDownArrow({
  String? topColor,
  String? bottomColor,
}) {
  _topColor = topColor;
  _bottomColor = bottomColor;
}