TextBuilder constructor
const
TextBuilder({})
Implementation
const TextBuilder(
{super.key,
required this.value,
required this.text,
required this.padding,
required this.backgroundColor,
required this.color,
required this.width});