import 'package:flutter/material.dart';
void main(){
runApp(MyApp());
}
class MyApp extends StatelessWidget{@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(appBar: AppBar(
title: Text("Stateless Widget"),
backgroundColor: Colors.purple.withOpacity(.50),
),body: Center(
child: Text("Welcome in my App"),
),),
); 💪 // MaterialApp
}
}
Sunday, May 22, 2022
About Avinash Developer
Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of templatesyard is to provide the best quality blogger templates.
Subscribe to:
Post Comments (Atom)
Featured post
Compress Image With Show File Size & Resolution in Flutter
Compress Image With Show File Size & Resolution 1.Multiple File Image Compress with file Size import 'dart:io' ; import 'p...
No comments:
Post a Comment