CustomText constructor
const
CustomText({})
Implementation
const CustomText({Key? key,
required this.text,
this.softWrap,
this.textStyle,
this.onTap,
this.bottom = 0.0,
this.left = 0.0,
this.right = 0.0,
this.top = 0.0,
this.maxLines = 10,
this.textAlign
}) : super(key: key);