style property

ListFormatStyle get style

Implementation

_i3.ListFormatStyle get style =>
    _i3.ListFormatStyleOptions.values.byName(_i5.getProperty(
      this,
      'style',
    ));
set style (ListFormatStyle value)

Implementation

set style(_i3.ListFormatStyle value) {
  _i5.setProperty(
    this,
    'style',
    value.name,
  );
}