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

this returns a container

Features #

Getting started #

Usage #

  @override
Widget build(BuildContext context) {
  return Column(
    children: [
      Container(
        padding: const EdgeInsets.all(20),
        decoration: const BoxDecoration(
            color: Colors.orangeAccent
        ),
        child: const Text("HELLO BABY !",style: TextStyle(
            color: Colors.grey
        )),
      ),
      const SizedBox(height: 10,),
      Container(
        padding: const EdgeInsets.all(20),
        decoration: const BoxDecoration(
            color: Colors.orangeAccent
        ),
        child: Text(widget.title,style: const TextStyle(
            color: Colors.grey
        )),
      ),
    ],
  );
}

Additional information #

returns the container !

0
likes
130
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

this returns a container

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_fantasy