Answers for "Flutter how to add button splash affect to Column"

0

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: () {},
  ),
),
Posted by: Guest on May-03-2020

Code answers related to "Flutter how to add button splash affect to Column"

Browse Popular Code Answers by Language