call abstract method

TRes call({
  1. double? height,
  2. double? width,
  3. double? fontSize,
})

Implementation

TRes call({
  double? height,
  double? width,
  double? fontSize,
});