title property
Text
get
title
Implementation
Text get title {
return Text(
this,
style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
);
}
Text get title {
return Text(
this,
style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
);
}