I want to increase the width of Chip()
. How can I achieve this?
Chip(
elevation: 6.0,
backgroundColor: Colors.white,
shape:
RoundedRectangleBorder(
borderRadius: BorderRadius.circular(12.0) ),
label: Text('09AM - 10AM'),
),