NeoText constructor
const
NeoText(
- String value, {
- Key? key,
- FontWeight? fontWeight = FontWeight.w700,
- double? fontSize = 14,
Implementation
const NeoText(
this.value, {
Key? key,
this.fontWeight = FontWeight.w700,
this.fontSize = 14,
}) : super(key: key);