subtitle property
标题下方显示的附加内容。
通常是 Text 小部件。
副标题的默认 TextStyle 取决于 TextTheme.bodyMedium 除了TextStyle.color. TextStyle.color 取决于 enabled 和 selected的值。
当 enabled为false时, 文字颜色设置为 ThemeData.disabledColor.
当selected为false时,文字颜色设置TextTheme.bodySmall 的颜色。
Implementation
final Widget? subtitle;