separatorPadding property
Object
get
separatorPadding
Gets or sets the additional padding for a particular row or column, in local coordinates. Padding is applied on two sides - before and after a row or column's contents. The #separatorStrokeWidth comes before any padding Margin#top or Margin#left.
The default value is null, so that this RowColumnDefinition does not supply any padding information for the row or column. There may still be some padding between rows and/or columns if Panel#defaultSeparatorPadding is non-zero.
Implementation
_i2.Object get separatorPadding => _i4.getProperty(
this,
'separatorPadding',
);
set
separatorPadding
(Object value)
Implementation
set separatorPadding(_i2.Object value) {
_i4.setProperty(
this,
'separatorPadding',
value,
);
}