items property

Map<String, String>? items
final

Defaults to:

{
  context.loc.small: 'small',
  context.loc.large: 'large',
  context.loc.huge: 'huge',
  context.loc.clear: '0'
}

See also: QuillToolbarFontSizeButtonState._items

Implementation

final Map<String, String>? items;