separatorDashArray property
Gets or sets the dash array for dashing the separator line, provided this row or column has a nonzero RowColumnDefinition#separatorStrokeWidth and non-null RowColumnDefinition#separatorStroke.
Must be an array of positive numbers and zeroes, or else null to indicate a solid line.
For example, the array 5, 10
would create dashes of 5 pixels and spaces of 10 pixels.
Setting an array with all zeroes will set the value to null.
Default is null, so that this RowColumnDefinition does not supply any stroke dash array information for what is drawn before the row or column. The separator line may still be drawn using dashes if Panel#defaultRowSeparatorDashArray or Panel#defaultColumnSeparatorDashArray is non-null.
Implementation
_i7.Array<_i2.num>? get separatorDashArray => _i4.getProperty(
this,
'separatorDashArray',
);