InterestZone constructor

InterestZone({
  1. required double heightInterestFactor,
  2. required double widthInterestFactor,
  3. required Color borderColors,
})

Implementation

InterestZone(
    {required this.heightInterestFactor,
    required this.widthInterestFactor,
    required this.borderColors});