CommonTextNunito constructor
const
CommonTextNunito({
- Key? key,
- dynamic size,
- dynamic label,
- dynamic overflow,
- dynamic maxline,
- dynamic fontw8,
- dynamic colorT,
Implementation
const CommonTextNunito(
{super.key,
this.size,
this.label,
this.overflow,
this.maxline,
this.fontw8,
this.colorT});