PIDescribeValueText constructor
PIDescribeValueText(
- String content
Implementation
PIDescribeValueText(
String content,
) : super(
content,
style: TextStyle(
height: 42 / 30,
fontSize: fontSize,
fontWeight: FontWeight.w500,
color: Color.fromRGBO(33, 37, 41, 1),
),
maxLines: 2,
softWrap: true,
overflow: TextOverflow.ellipsis,
);