target static method

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

Alias for targetIcon - semantic name for common use case

Implementation

static Component target({IconSize size = IconSize.md}) =>
    targetIcon(size: size);