TextShowMore constructor
const
TextShowMore({})
Implementation
const TextShowMore({
Key? key,
required this.text,
this.limitCharacter = 150,
this.textStyle = const TextStyle(
fontSize: 12,
decoration: TextDecoration.none,
color: Color.fromRGBO(24, 24, 24, 1),
),
}) : super(key: key);