RTLSpec constructor

const RTLSpec({
  1. AxisDirection axisDirection = AxisDirection.reversed,
})

Creates RTLSpec. If no parameters are specified, the defaults are used.

Implementation

const RTLSpec({
  this.axisDirection = AxisDirection.reversed,
});