ThemedLiquidDrawer constructor

const ThemedLiquidDrawer({
  1. Key? key,
  2. Widget? content,
  3. double? percentOfWidth,
  4. int? archHeight,
  5. bool? showCurvedByDefault,
  6. Paint? paint,
  7. Color? startColor,
  8. Color? endColor,
})

Implementation

const ThemedLiquidDrawer({
  super.key,
  this.content,
  this.percentOfWidth,
  this.archHeight,
  this.showCurvedByDefault,
  this.paint,
  this.startColor,
  this.endColor
});