infoBadge method

String infoBadge(
  1. String text
)

Shorthand for info badge.

Implementation

String infoBadge(String text) => badge(text, tone: BadgeTone.info);