TaskRequest constructor

TaskRequest(
  1. String data,
  2. double fontSize,
  3. double fontHeight,
  4. double maxWidth,
  5. EdgeInsetsGeometry padding,
  6. double maxTextHeight,
)

Implementation

TaskRequest(
  this.data,
  this.fontSize,
  this.fontHeight,
  this.maxWidth,
  this.padding,
  this.maxTextHeight,
);