I need to convert CSS LinearGradient to Flutter LinearGradient Here is the CSS code:
background-image: linear-gradient(134deg, #d6dcf4 0%, #ffffff 100%); <
background-image: linear-gradient(134deg, #d6dcf4 0%, #ffffff 100%);