Adding Shadows at the bottom of a container in flutter?
问题 I have a simple screen with a container about 100 in height and with blue color. I want to add a shadow or elevation at the bottom of the container. This is my code below import 'package:flutter/material.dart'; import 'package:finsec/utils/strings.dart'; import 'package:finsec/utils/dimens.dart'; import 'package:finsec/utils/colors.dart'; void main() { runApp(new IncomeFragment()); } class IncomeFragment extends StatelessWidget { @override Widget build(BuildContext context) { return new Stack