SymbolRect constructor

SymbolRect(
  1. double left,
  2. double top,
  3. double right,
  4. double bottom,
  5. int codePoint,
)

Implementation

SymbolRect(super.left, super.top, super.right, super.bottom, int codePoint) : super.fromLTRB() {
  chars = String.fromCharCode(codePoint);
}