flutter_widget_demo

Last updated:

0 purchases

flutter_widget_demo Image
flutter_widget_demo Images
Add to Cart

Description:

flutter widget demo

Demo project for self test
Features #
none
Getting started #
none
Usage #
null
class FancyScreen extends StatelessWidget{
const FancyScreen({Key? key}) : super(key: key);

@override
Widget build(BuildContext context){
return Scaffold(
body: Center(
child: const FancyContainer(
title: "Hello",
color1: Colors.green,
color2: Colors.red,
subtitle: "World"
)
)
);
}
}
copied to clipboard
Additional information #
null

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.