Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
14 views
1 page
Flutter Buttons
Uploaded by
Nguyễn Xuân Nam
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save Flutter_buttons For Later
Download
Save
Save Flutter_buttons For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
14 views
1 page
Flutter Buttons
Uploaded by
Nguyễn Xuân Nam
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download now
Download
Save Flutter_buttons For Later
Carousel Previous
Carousel Next
Download
Save
Save Flutter_buttons For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 1
Search
Fullscreen
import 'package:flutter/material.
dart';
void main() => runApp(MaterialApp(
//base layout
home: Home()));
//stless shortcut to create a class
// how to stop connection auto terminated
class Home extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
//convention of widget name
appBar: AppBar(
title: Text(
'My first app',
style: TextStyle(
fontSize: 40.0,
fontWeight: FontWeight.bold,
color: Colors.grey[600],
fontFamily: 'Poppins',
fontStyle: FontStyle.normal,
),
),
backgroundColor: Colors.pinkAccent[200],
centerTitle: true,
),
body: Center(
// properties nested inside
child: IconButton(
onPressed: () => print('Click me'),
iconSize: 50,
color: Colors.green[400],
icon: Icon(Icons.mail),
style: IconButton.styleFrom(
backgroundColor: Colors.green[700],
),
)
), // image: AssetImage('assets/OIP.jpg'),
floatingActionButton: FloatingActionButton(
onPressed: () {},
child: Text('click'),
)
);
}
}
// breakpoint is what the heck in debugging
You might also like
Building A Flutter Project An Understanding The Terms
PDF
No ratings yet
Building A Flutter Project An Understanding The Terms
7 pages
Chapter 4
PDF
No ratings yet
Chapter 4
115 pages
Flutter Buttons
PDF
No ratings yet
Flutter Buttons
26 pages
Flutter Apprentice Notes Part 2
PDF
No ratings yet
Flutter Apprentice Notes Part 2
13 pages
Flutter_Widget_Example_Code
PDF
No ratings yet
Flutter_Widget_Example_Code
4 pages
MC Lab5&6
PDF
No ratings yet
MC Lab5&6
10 pages
Scaffold y Appbar
PDF
No ratings yet
Scaffold y Appbar
7 pages
flutter code for lab
PDF
No ratings yet
flutter code for lab
95 pages
Assignment java familiar questions-01
PDF
No ratings yet
Assignment java familiar questions-01
6 pages
Andriod 2 IOS
PDF
No ratings yet
Andriod 2 IOS
17 pages
MAD Project Report
PDF
No ratings yet
MAD Project Report
21 pages
MAD Lecture5-Flutter Widgets
PDF
No ratings yet
MAD Lecture5-Flutter Widgets
14 pages
Flutter Kodları
PDF
No ratings yet
Flutter Kodları
7 pages
Lab 04
PDF
No ratings yet
Lab 04
8 pages
Flutter Project Code - 10 - 1
PDF
No ratings yet
Flutter Project Code - 10 - 1
18 pages
Flutter Apprentice Notes Part 1
PDF
No ratings yet
Flutter Apprentice Notes Part 1
5 pages
android
PDF
No ratings yet
android
22 pages
Lesson3- Widgets p1.pptx
PDF
No ratings yet
Lesson3- Widgets p1.pptx
20 pages
Unit 5 UI Flutter
PDF
No ratings yet
Unit 5 UI Flutter
17 pages
project code
PDF
No ratings yet
project code
14 pages
MAD LAB
PDF
No ratings yet
MAD LAB
24 pages
Lab 6 Flutter
PDF
No ratings yet
Lab 6 Flutter
3 pages
Scafolding Material App
PDF
No ratings yet
Scafolding Material App
30 pages
Flutter Widgets
PDF
No ratings yet
Flutter Widgets
16 pages
Ground Settings
PDF
No ratings yet
Ground Settings
13 pages
page_dart
PDF
No ratings yet
page_dart
4 pages
Group
PDF
No ratings yet
Group
13 pages
Main
PDF
No ratings yet
Main
27 pages
flutter
PDF
No ratings yet
flutter
14 pages
03-Module 3
PDF
No ratings yet
03-Module 3
64 pages
murtaza
PDF
No ratings yet
murtaza
9 pages
#Drawers#
PDF
No ratings yet
#Drawers#
4 pages
Notes on Android Studio
PDF
No ratings yet
Notes on Android Studio
15 pages
Notes Page
PDF
No ratings yet
Notes Page
3 pages
Flutter Apprentice Notes Part 3
PDF
No ratings yet
Flutter Apprentice Notes Part 3
6 pages
Mobile Programming Practical-3
PDF
No ratings yet
Mobile Programming Practical-3
9 pages
المستند2
PDF
No ratings yet
المستند2
3 pages
Class 9
PDF
No ratings yet
Class 9
6 pages
Ai Lab
PDF
No ratings yet
Ai Lab
26 pages
flutter_widgets_demo
PDF
No ratings yet
flutter_widgets_demo
2 pages
Flutter
PDF
No ratings yet
Flutter
8 pages
Flutter Login/Sign-up Screen - Example
PDF
No ratings yet
Flutter Login/Sign-up Screen - Example
4 pages
Assignment 7
PDF
No ratings yet
Assignment 7
13 pages
FutureBuilder Good Example 3
PDF
No ratings yet
FutureBuilder Good Example 3
2 pages
Unit 2 Flutter Part 2
PDF
No ratings yet
Unit 2 Flutter Part 2
9 pages
BCSGroup6MobileAppAssignment
PDF
No ratings yet
BCSGroup6MobileAppAssignment
9 pages
Download_Link
PDF
No ratings yet
Download_Link
4 pages
Lab 6 Manual
PDF
No ratings yet
Lab 6 Manual
11 pages
dd
PDF
No ratings yet
dd
18 pages
learn notes fluter
PDF
No ratings yet
learn notes fluter
15 pages
Final - Ans
PDF
No ratings yet
Final - Ans
10 pages
Flutter Basics
PDF
No ratings yet
Flutter Basics
2 pages
Flutter Icon_٠٩٠١٥٠
PDF
No ratings yet
Flutter Icon_٠٩٠١٥٠
9 pages
FutureBuilder Good Example 1
PDF
No ratings yet
FutureBuilder Good Example 1
2 pages
homepage
PDF
No ratings yet
homepage
9 pages
MAD Lab manual(3rd year).docx
PDF
No ratings yet
MAD Lab manual(3rd year).docx
19 pages
temprorary
PDF
No ratings yet
temprorary
3 pages
Assgn1 - IT-A: Constructors
PDF
No ratings yet
Assgn1 - IT-A: Constructors
5 pages
immediate
PDF
No ratings yet
immediate
4 pages
How to a Developers Guide to 4k: Developer edition, #3
From Everand
How to a Developers Guide to 4k: Developer edition, #3
Xinc Cyberwizard
No ratings yet
Documents
Computers