RTLSpec constructor
const
RTLSpec({
- AxisDirection axisDirection = AxisDirection.reversed,
Creates RTLSpec. If no parameters are specified, the defaults are used.
Implementation
const RTLSpec({
this.axisDirection = AxisDirection.reversed,
});