flutter_widget_demo 0.0.1 copy "flutter_widget_demo: ^0.0.1" to clipboard
flutter_widget_demo: ^0.0.1 copied to clipboard

yolo

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"
        )
      )
    );
  }
}

Additional information #

null

0
likes
120
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

yolo

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on flutter_widget_demo