45 Widget
build(BuildContext context) {
47 builder: (context, constraints) {
51 crossAxisAlignment: CrossAxisAlignment.start,
55 style: Theme.of(context).textTheme.bodySmall?.copyWith(
60 _isExpanded ? TextOverflow.visible : TextOverflow.ellipsis,
63 SizedBox(height: 4.h),
72 style: Theme.of(context).textTheme.bodySmall?.copyWith(
73 color: Theme.of(context).colorScheme.primary,
75 fontWeight: FontWeight.w100,
late TextPainter _textPainter
class ExpandableText extends StatefulWidget _isExpanded