FSelectContentStyleDelta.delta constructor
const
FSelectContentStyleDelta.delta({
- FSelectSectionStyleDelta? sectionStyle,
- FSelectScrollHandleStyleDelta? scrollHandleStyle,
- EdgeInsetsGeometry? padding,
- BoxDecorationDelta? decoration,
- ImageFilter Function(double)? barrierFilter()?,
- ImageFilter Function(double)? backgroundFilter()?,
- EdgeInsetsGeometry? viewInsets,
Creates a partial modification of a FSelectContentStyle.
Parameters
- FSelectContentStyle.sectionStyle - A section's style.
- FSelectContentStyle.scrollHandleStyle - A scroll handle's style.
- FSelectContentStyle.padding - The padding surrounding the content.
- FSelectContentStyle.decoration - The popover's decoration.
- FSelectContentStyle.barrierFilter - An optional callback that takes the current animation transition value (0.0 to 1.0) and returns an ImageFilter that is used as the barrier.
- FSelectContentStyle.backgroundFilter - An optional callback that takes the current animation transition value (0.0 to 1.0) and returns an ImageFilter that is used as the background.
- FSelectContentStyle.viewInsets - The additional insets of the view.
Implementation
const factory FSelectContentStyleDelta.delta({
FSelectSectionStyleDelta? sectionStyle,
FSelectScrollHandleStyleDelta? scrollHandleStyle,
EdgeInsetsGeometry? padding,
BoxDecorationDelta? decoration,
ImageFilter Function(double)? Function()? barrierFilter,
ImageFilter Function(double)? Function()? backgroundFilter,
EdgeInsetsGeometry? viewInsets,
}) = _FSelectContentStyleDelta;