BoneRenderObject constructor

BoneRenderObject(
  1. BoxDecoration decoration,
  2. TextDirection textDirection
)

The default constructor

Implementation

BoneRenderObject(
  BoxDecoration decoration,
  TextDirection textDirection,
)   : _decoration = decoration,
      _textDirection = textDirection;