update
This commit is contained in:
parent
e6aebd9a64
commit
2c63edd554
11 changed files with 13 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ class PageBackgroundWidget extends StatelessWidget {
|
|||
// physics: NeverScrollableScrollPhysics(),
|
||||
child: Container(
|
||||
alignment: Alignment.center,
|
||||
height: MediaQuery.of(context).size.height,
|
||||
height: MediaQuery.of(context).size.height + 200,
|
||||
decoration: const BoxDecoration(
|
||||
image: DecorationImage(image: AssetImage('assets/background2.webp'), fit: BoxFit.fitWidth, opacity: 0.2),
|
||||
gradient: RadialGradient(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue