title method

Text title(
  1. String title
)

Implementation

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