Как сложить метку Actenge на карту в Flutter
return ClipRect(
child: Banner(
message: "debug",
location: BannerLocation.topEnd,
color: Colors.red,
child: Card(...)
);
mathiasgodwin