|
@@ -194,7 +194,7 @@ class FadingBottomBarState extends State<FadingBottomBar> {
|
|
child: Column(
|
|
child: Column(
|
|
mainAxisSize: MainAxisSize.min,
|
|
mainAxisSize: MainAxisSize.min,
|
|
children: [
|
|
children: [
|
|
- widget.file.caption.isNotEmpty
|
|
|
|
|
|
+ widget.file.caption?.isNotEmpty ?? false
|
|
? Padding(
|
|
? Padding(
|
|
padding: const EdgeInsets.fromLTRB(
|
|
padding: const EdgeInsets.fromLTRB(
|
|
16,
|
|
16,
|