foregroundColor method

Widget foregroundColor(
  1. Color color, {
  2. Key? key,
})

Wrap widget with VxFilter

Implementation

Widget foregroundColor(Color color, {Key? key}) =>
    VxFilter(child: this).blend(color, BlendMode.color).make();