notifications static method

Component notifications({
  1. IconSize size = IconSize.md,
})

Alias for bell - semantic name for common use case

Implementation

static Component notifications({IconSize size = IconSize.md}) =>
    bell(size: size);