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