In the flutter how add size or value in colorfilter widget?Want add color as a size.
ColorFiltered(
colorFilter: ColorFilter.matrix(
ColorFilterAddons.brightness(0.4),
),
child: Image.network('https://example.com/path/to/image.png'),
)
In the flutter how add size or value in colorfilter widget?Want add color as a size.
ColorFiltered(
colorFilter: ColorFilter.matrix(
ColorFilterAddons.brightness(0.4),
),
child: Image.network('https://example.com/path/to/image.png'),
)