TextBase constructor

TextBase(
  1. String data,
  2. String padding
)

Implementation

TextBase(
  this.data,
  this.padding,
);