This is an example of macros
What awesome possibilities would macros provide?
BTW, macros development was discontinued.
Stillborn Creature.
In this pack you will find the following useless things:
- TopLeft TopCenter TopRight
CenterLeft ________ CenterRight
BottomLeft BottomCenter BottomRight
Similar to Center from flutter package, they align
child
. - Circle. Yes, it creates a circle.
Usage
const topLeftCircle = const TopLeft(
child: Circle(radius: 10.0, color: Colors.red),
);