Stack
Is a widget that is used to overlap other widgets
Stack (
children: [
//Text(
// "txt",
//style: TextStyle(color: Colors.white),
),
],
);
Last updated