How To Stack Align Label Over A Card In Flutter

[Solved] How To Stack Align Label Over A Card In Flutter | Swift - Code Explorer | yomemimo.com
Question : how to stack align label over a card in flutter

Answered by : mathias-godwin

return ClipRect( child: Banner( message: "debug", location: BannerLocation.topEnd, color: Colors.red, child: Card(...)
);

Source : https://stackoverflow.com/questions/65730203/how-to-stack-align-label-over-the-card | Last Update : Thu, 03 Feb 22

Answers related to how to stack align label over a card in flutter

Code Explorer Popular Question For Swift