warning property

Text get warning

Implementation

Text get warning => Text(data ?? "pr",
    style:
        (style ?? const TextStyle()).copyWith(color: Style.colors.warning));