call abstract method

TRes call({
  1. double? left,
  2. double? right,
  3. double? top,
  4. double? bottom,
})

Implementation

TRes call({
  double? left,
  double? right,
  double? top,
  double? bottom,
});