|
|
@@ -85,6 +85,12 @@ class PhotoInfoPage extends BasePage<PhotoInfoController> {
|
|
|
Text(
|
|
|
"Analysis Results",
|
|
|
style: TextStyle(
|
|
|
+ shadows: [
|
|
|
+ Shadow(
|
|
|
+ color: Colors.black,
|
|
|
+ blurRadius: 2.r,
|
|
|
+ ),
|
|
|
+ ],
|
|
|
color: Colors.white,
|
|
|
fontWeight: FontWeight.w900,
|
|
|
fontSize: 16.sp,
|
|
|
@@ -100,6 +106,12 @@ class PhotoInfoPage extends BasePage<PhotoInfoController> {
|
|
|
Text(
|
|
|
controller.createTime.value,
|
|
|
style: TextStyle(
|
|
|
+ shadows: [
|
|
|
+ Shadow(
|
|
|
+ color: Colors.black,
|
|
|
+ blurRadius: 2.r,
|
|
|
+ ),
|
|
|
+ ],
|
|
|
color: Colors.white,
|
|
|
fontWeight: FontWeight.w500,
|
|
|
fontSize: 13.sp,
|
|
|
@@ -118,6 +130,12 @@ class PhotoInfoPage extends BasePage<PhotoInfoController> {
|
|
|
Text(
|
|
|
controller.fileName.value,
|
|
|
style: TextStyle(
|
|
|
+ shadows: [
|
|
|
+ Shadow(
|
|
|
+ color: Colors.black,
|
|
|
+ blurRadius: 2.r,
|
|
|
+ ),
|
|
|
+ ],
|
|
|
color: Colors.white,
|
|
|
fontWeight: FontWeight.w500,
|
|
|
fontSize: 13.sp,
|
|
|
@@ -136,6 +154,12 @@ class PhotoInfoPage extends BasePage<PhotoInfoController> {
|
|
|
Text(
|
|
|
controller.model.value,
|
|
|
style: TextStyle(
|
|
|
+ shadows: [
|
|
|
+ Shadow(
|
|
|
+ color: Colors.black,
|
|
|
+ blurRadius: 2.r,
|
|
|
+ ),
|
|
|
+ ],
|
|
|
color: Colors.white,
|
|
|
fontWeight: FontWeight.w500,
|
|
|
fontSize: 13.sp,
|
|
|
@@ -154,6 +178,12 @@ class PhotoInfoPage extends BasePage<PhotoInfoController> {
|
|
|
Text(
|
|
|
controller.focalLength.value,
|
|
|
style: TextStyle(
|
|
|
+ shadows: [
|
|
|
+ Shadow(
|
|
|
+ color: Colors.black,
|
|
|
+ blurRadius: 2.r,
|
|
|
+ ),
|
|
|
+ ],
|
|
|
color: Colors.white,
|
|
|
fontWeight: FontWeight.w500,
|
|
|
fontSize: 13.sp,
|
|
|
@@ -172,6 +202,12 @@ class PhotoInfoPage extends BasePage<PhotoInfoController> {
|
|
|
Text(
|
|
|
controller.size.value,
|
|
|
style: TextStyle(
|
|
|
+ shadows: [
|
|
|
+ Shadow(
|
|
|
+ color: Colors.black,
|
|
|
+ blurRadius: 2.r,
|
|
|
+ ),
|
|
|
+ ],
|
|
|
color: Colors.white,
|
|
|
fontWeight: FontWeight.w500,
|
|
|
fontSize: 13.sp,
|
|
|
@@ -190,6 +226,12 @@ class PhotoInfoPage extends BasePage<PhotoInfoController> {
|
|
|
Text(
|
|
|
controller.iso.value,
|
|
|
style: TextStyle(
|
|
|
+ shadows: [
|
|
|
+ Shadow(
|
|
|
+ color: Colors.black,
|
|
|
+ blurRadius: 2.r,
|
|
|
+ ),
|
|
|
+ ],
|
|
|
color: Colors.white,
|
|
|
fontWeight: FontWeight.w500,
|
|
|
fontSize: 13.sp,
|
|
|
@@ -208,6 +250,12 @@ class PhotoInfoPage extends BasePage<PhotoInfoController> {
|
|
|
Text(
|
|
|
controller.address.value,
|
|
|
style: TextStyle(
|
|
|
+ shadows: [
|
|
|
+ Shadow(
|
|
|
+ color: Colors.black,
|
|
|
+ blurRadius: 2.r,
|
|
|
+ ),
|
|
|
+ ],
|
|
|
color: Colors.white,
|
|
|
fontWeight: FontWeight.w500,
|
|
|
fontSize: 13.sp,
|