FSelectScrollHandleStyleDelta.delta constructor

const FSelectScrollHandleStyleDelta.delta({
  1. IconThemeDataDelta? iconStyle,
  2. Widget upIcon(
    1. BuildContext, {
    2. String? semanticsLabel,
    })?,
  3. Widget downIcon(
    1. BuildContext, {
    2. String? semanticsLabel,
    })?,
  4. Color? background,
  5. Duration? enterDuration,
  6. double? pixelsPerSecond,
})

Creates a partial modification of a FSelectScrollHandleStyle.

Parameters

Implementation

const factory FSelectScrollHandleStyleDelta.delta({
  IconThemeDataDelta? iconStyle,
  Widget Function(BuildContext, {String? semanticsLabel})? upIcon,
  Widget Function(BuildContext, {String? semanticsLabel})? downIcon,
  Color? background,
  Duration? enterDuration,
  double? pixelsPerSecond,
}) = _FSelectScrollHandleStyleDelta;