ArrowRight.fromJson constructor

ArrowRight.fromJson(
  1. dynamic json
)

Implementation

ArrowRight.fromJson(dynamic json) {
  _fill = json['fill'];
  _icon = json['icon'];
  _size = json['size'];
}