BoneRenderObject constructor
BoneRenderObject(
- BoxDecoration decoration,
- TextDirection textDirection
The default constructor
Implementation
BoneRenderObject(
BoxDecoration decoration,
TextDirection textDirection,
) : _decoration = decoration,
_textDirection = textDirection;