mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -1314,10 +1314,10 @@ class _RenderListTile extends RenderBox
|
||||
Iterable<RenderBox> get children {
|
||||
final RenderBox? title = childForSlot(_ListTileSlot.title);
|
||||
return <RenderBox>[
|
||||
if (leading != null) leading!,
|
||||
if (title != null) title,
|
||||
if (subtitle != null) subtitle!,
|
||||
if (trailing != null) trailing!,
|
||||
?leading,
|
||||
?title,
|
||||
?subtitle,
|
||||
?trailing,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user