dynamic constant

Dynamic styling for surprise.

Implementation

static const DraggableScrollableSheetConfig dynamic = DraggableScrollableSheetConfig(
  maxChildSize: 0.95,
  initialChildSize: 0.6,
  minChildSize: 0.15,
  expand: true,
  borderRadius: 18.0,
  shadowBlur: 15.0,
  shadowOffset: 8.0,
);