subTitle property

Text get subTitle

Implementation

Text get subTitle {
  return Text(
    this,
    style: const TextStyle(fontSize: 14),
  );
}