|
|
@ -41,6 +41,7 @@ class AdaptiveListTile extends StatelessWidget { |
|
|
|
/// {@template neon.AdaptiveListTile.subtitle} |
|
|
|
/// {@template neon.AdaptiveListTile.subtitle} |
|
|
|
/// A [subtitle] is used to display additional information. It is located |
|
|
|
/// A [subtitle] is used to display additional information. It is located |
|
|
|
/// below [title]. Usually a [Text] widget. |
|
|
|
/// below [title]. Usually a [Text] widget. |
|
|
|
|
|
|
|
/// {@endtemplate} |
|
|
|
final Widget? subtitle; |
|
|
|
final Widget? subtitle; |
|
|
|
|
|
|
|
|
|
|
|
/// {@template neon.AdaptiveListTile.additionalInfo} |
|
|
|
/// {@template neon.AdaptiveListTile.additionalInfo} |
|
|
|