mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
mod: remove preview gradient bg
This commit is contained in:
@@ -248,17 +248,17 @@ class _ImagePreviewState extends State<ImagePreview>
|
|||||||
left: 20,
|
left: 20,
|
||||||
right: 20,
|
right: 20,
|
||||||
bottom: MediaQuery.of(context).padding.bottom + 30),
|
bottom: MediaQuery.of(context).padding.bottom + 30),
|
||||||
decoration: const BoxDecoration(
|
// decoration: const BoxDecoration(
|
||||||
gradient: LinearGradient(
|
// gradient: LinearGradient(
|
||||||
begin: Alignment.topCenter,
|
// begin: Alignment.topCenter,
|
||||||
end: Alignment.bottomCenter,
|
// end: Alignment.bottomCenter,
|
||||||
colors: <Color>[
|
// colors: <Color>[
|
||||||
Colors.transparent,
|
// Colors.transparent,
|
||||||
Colors.black87,
|
// Colors.black87,
|
||||||
],
|
// ],
|
||||||
tileMode: TileMode.mirror,
|
// tileMode: TileMode.mirror,
|
||||||
),
|
// ),
|
||||||
),
|
// ),
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user