DrawerPainter constructor
DrawerPainter({})
Implementation
DrawerPainter({
required this.offset,
required this.archHeight,
paint,
required this.showCurvedByDefault
}) {
customPaint = paint ?? customPaint;
}