smooth_card library Null safety

Classes

SmoothCard
Renders a Material card with elevation, shadow, Border radius etc... Note: If the caller updates BoxDecoration of the header or child widget, the caller must also set the borderRadius to ROUNDED_RADIUS in BoxDecoration. Note: padding applies to both header and body, if you want to have a padding only for body and not for header (or vice versa) set it to zero here and set the padding explicitly in the desired element.