title property

Widget? title
final

A leading title widget for the theme mode switch. Defaults to Text('Theme mode') with style subtitle1, if it is null.

Implementation

final Widget? title;