AntdTabShaderMask constructor
const
AntdTabShaderMask({})
Implementation
const AntdTabShaderMask({
super.key,
required this.child,
this.fadeCurve = Curves.easeOutCubic,
this.fadeWidth = 0.05,
}) : assert(fadeWidth >= 0.05 && fadeWidth <= 0.3);