status bar icon color flutter is black after splash code example
Example: Flutter how to add button splash affect to Column
child: Material(
child: InkWell(
child: Center(
child: Text("My Chip",
style: Theme.of(context).textTheme.body1)),
onTap: () {},
),
),