runSpacing method

NikuWrap runSpacing(
  1. double runSpacing
)

How much space to place between the runs themselves in the cross axis.

Equivalent to

Stack(textDirection: TextDirection.rtl)

Implementation

NikuWrap runSpacing(double runSpacing) {
  _runSpacing = runSpacing;

  return this;
}