FRawItemContentStyleDelta.delta constructor
const
FRawItemContentStyleDelta.delta({
- EdgeInsetsGeometryDelta? padding,
- FVariantsDelta<
FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta> ? prefixIconStyle, - double? prefixIconSpacing,
- FVariantsDelta<
FTappableVariantConstraint, FTappableVariant, TextStyle, TextStyleDelta> ? childTextStyle,
Creates a partial modification of a FRawItemContentStyle.
Parameters
- FRawItemContentStyle.padding - The content's padding.
- FRawItemContentStyle.prefixIconStyle - The prefix icon style.
- FRawItemContentStyle.prefixIconSpacing - The horizontal spacing between the prefix icon and child.
- FRawItemContentStyle.childTextStyle - The child's text style.
Implementation
const factory FRawItemContentStyleDelta.delta({
EdgeInsetsGeometryDelta? padding,
FVariantsDelta<FTappableVariantConstraint, FTappableVariant, IconThemeData, IconThemeDataDelta>? prefixIconStyle,
double? prefixIconSpacing,
FVariantsDelta<FTappableVariantConstraint, FTappableVariant, TextStyle, TextStyleDelta>? childTextStyle,
}) = _FRawItemContentStyleDelta;