lib/ ├── core/ # Shared application core │ ├── config/ │ │ ├── env.dart # Environment variables (generated) │ │ ├── env.g.dart # Generated environment config │ │ └── app_config.dart # Application ...
When a DecorationImage has an image configured with the centerSlice property (nine-patch image), and a colorFilter is applied (I am using BlendMode.srcIn), only the top-left patch in the nine-patch ...