TextRenderer constructor

TextRenderer({
  1. TextDirection? textDirection,
})

Implementation

TextRenderer({TextDirection? textDirection})
    : textDirection = textDirection ?? TextDirection.ltr;