|
@@ -182,9 +182,12 @@ class _FileInfoWidgetState extends State<FileInfoWidget> {
|
|
child: Row(
|
|
child: Row(
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
children: [
|
|
children: [
|
|
- Text(
|
|
|
|
- file.getDisplayName(),
|
|
|
|
|
|
+ Flexible(
|
|
|
|
+ child: Text(
|
|
|
|
+ file.getDisplayName(),
|
|
|
|
+ ),
|
|
),
|
|
),
|
|
|
|
+ Padding(padding: EdgeInsets.all(8)),
|
|
Icon(
|
|
Icon(
|
|
Icons.edit,
|
|
Icons.edit,
|
|
color: Colors.white.withOpacity(0.85),
|
|
color: Colors.white.withOpacity(0.85),
|