descriptionWidget method
Implementation
Widget descriptionWidget() {
return Text(
description,
style: TextStyle(color: theme.textColor().withValues(alpha: .7), fontSize: 14.0),
);
}
Widget descriptionWidget() {
return Text(
description,
style: TextStyle(color: theme.textColor().withValues(alpha: .7), fontSize: 14.0),
);
}