add static method

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

Alias for plus - semantic name for common use case

Implementation

static Component add({IconSize size = IconSize.md}) =>
    plus(size: size);