nameWidget method
Implementation
Widget nameWidget() {
return Text(
text,
style: TextStyle(
color: theme.textColor(),
fontWeight: FontWeight.bold,
fontSize: 16.0,
),
);
}
Widget nameWidget() {
return Text(
text,
style: TextStyle(
color: theme.textColor(),
fontWeight: FontWeight.bold,
fontSize: 16.0,
),
);
}