CarpenterFilterControl constructor

const CarpenterFilterControl({
  1. Key? key,
  2. required Widget child,
  3. double width = 180,
})

Implementation

const CarpenterFilterControl({
  super.key,
  required this.child,
  this.width = 180,
});