comment static method

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

Alias for messageSquare - semantic name for common use case

Implementation

static Component comment({IconSize size = IconSize.md}) =>
    messageSquare(size: size);