Jak układać etykietę wyrównania na karcie w trzepcie
return ClipRect(
child: Banner(
message: "debug",
location: BannerLocation.topEnd,
color: Colors.red,
child: Card(...)
);
mathiasgodwin