maxWidth property
max width of the card, width of the card can not exceed this value If the screen width is less than this value then the widget will be responsive to the screen size Else if screen width is greater than this maxWidth then the widget width will be equal to maxWidth
Implementation
final double maxWidth;