Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Card(
- shape: RoundedRectangleBorder(
- borderRadius: BorderRadius.circular(10)),
- clipBehavior: Clip.hardEdge,
- elevation: 2,
- child: Container(
- height: 150,
- decoration: BoxDecoration(
- color: Colors.white,
- image: DecorationImage(
- image: AssetImage("assets/png/kibla2.png"),
- fit: BoxFit.fill,
- ),
- ),
- alignment: Alignment.center,
- padding: AppSpacing.paddingS,
- ),
- ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement