directionality method
Returns a new directed text widget with the given text direction.
Implementation
Directionality directionality({required TextDirection direction}) {
return Directionality(textDirection: direction, child: this);
}
Returns a new directed text widget with the given text direction.
Directionality directionality({required TextDirection direction}) {
return Directionality(textDirection: direction, child: this);
}