mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-02 12:27:37 -05:00
refactor: use ant list
This commit is contained in:
@@ -38,9 +38,9 @@ TableViewItem createObjectTreeItem({
|
||||
int? size,
|
||||
}) {
|
||||
return TableViewItem(
|
||||
leftWidget: _buildIcon(type, name),
|
||||
text: Text(name),
|
||||
rightWidget: size == null ? null : Text(filesize(size)),
|
||||
prefix: _buildIcon(type, name),
|
||||
child: Text(name),
|
||||
extra: size == null ? null : Text(filesize(size)),
|
||||
url: [
|
||||
// Let system browser handle these files
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user