iconData property

IconData get iconData
inherited

Implementation

IconData get iconData =>
    options.iconData ??
    context.quillToolbarBaseButtonOptions?.iconData ??
    defaultIconData;