CustomSegmentSettings constructor

CustomSegmentSettings({
  1. Color splashColor = Colors.transparent,
  2. Color highlightColor = Colors.transparent,
  3. InteractiveInkFeatureFactory splashFactory = NoSplash.splashFactory,
  4. BorderRadius? borderRadius,
  5. double? radius,
  6. MaterialStateProperty<Color?>? overlayColor,
  7. Color? hoverColor,
  8. MouseCursor? mouseCursor,
})

Implementation

CustomSegmentSettings({
  this.splashColor = Colors.transparent,
  this.highlightColor = Colors.transparent,
  this.splashFactory = NoSplash.splashFactory,
  this.borderRadius,
  this.radius,
  this.overlayColor,
  this.hoverColor,
  this.mouseCursor,
});