Flutter Background Image Scroll Image Scroll Disable :

import 'package:flutter/material.dart'; class SignUpView extends StatelessWidget { @override Widget build(BuildContext context) { return Stack(children: [ Container( decoration: BoxDecoration( image: DecorationImage( image: AssetImage("assets/images/background.png"), fit: BoxFit.cover, ))), Scaffold( resizeToAvoidBottomInset: false, backgroundColor: Colors.transparent, appBar: AppBar( title: Text('NEW USER'), backgroundColor: Colors.transparent, elevation: 0, ), body: Padding( padding: EdgeInsets.all(10), child: ListView(children: <Widget>[]))) ]); } }
The flutter tutorial is a website that bring you the latest and amazing resources of code. All the languages codes are included in this website. The languages like flutter, android, java,kotlin etc.with the help of this languages any user can develop the beautiful application
For more information about Flutter. visit www.fluttertutorial.in