FormeCupertinoSlidingSegmentedControlModel<T> constructor

FormeCupertinoSlidingSegmentedControlModel<T>({
  1. Color? thumbColor,
  2. Color? backgroundColor,
  3. Color? disableThumbColor,
  4. Color? disableBackgroundColor,
  5. EdgeInsetsGeometry? padding,
  6. Map<T, Widget>? children,
})

Implementation

FormeCupertinoSlidingSegmentedControlModel({
  this.thumbColor,
  this.backgroundColor,
  this.disableThumbColor,
  this.disableBackgroundColor,
  this.padding,
  this.children,
});