NxText.formHint constructor

NxText.formHint(
  1. String text
)

Implementation

factory NxText.formHint(String text) => NxText(
  text,
  fontSize: 12,
  color: Colors.grey[700],
);