factory NxText.small(String text, { Color? color, Function? onPressed }) => NxText( text, fontSize: 12, color: color, onPressed: onPressed, );