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