subtitle method

Text subtitle(
  1. String title
)

Implementation

Text subtitle(String title) => Text(title,
    style: TextStyle(
        color: DI.theme().colors().mainText,
        fontSize: 14,
        fontWeight: FontWeight.normal));