styledTitle property

Widget get styledTitle

Implementation

Widget get styledTitle => title is Text ? title!.medium() : title!;