MySelectorStyle constructor
MySelectorStyle({})
Implementation
MySelectorStyle({
double maxHeight = 360,
double? panelWidth,
double borderRadius = 14,
double blurSigma = 28,
this.selectedColor = const Color(0xFF4F6BFE),
this.shadowOpacity = 0.12,
this.hoverColor = defaultHoverColor,
}) : maxHeight = maxHeight.h,
panelWidth = panelWidth?.w,
borderRadius = borderRadius.r,
blurSigma = blurSigma.r;