$FItemStyleCopyWith extension
Provides a copyWith
method.
- on
Methods
-
copyWith(
{FWidgetStateMap< Color?> ? backgroundColor, EdgeInsetsGeometry? margin, FWidgetStateMap<BoxDecoration?> ? decoration, FItemContentStyle contentStyle(FItemContentStyle)?, FRawItemContentStyle rawItemContentStyle(FRawItemContentStyle)?, FTappableStyle tappableStyle(FTappableStyle)?, FFocusedOutlineStyle? focusedOutlineStyle}) → FItemStyle -
Available on FItemStyle, provided by the $FItemStyleCopyWith extension
Returns a copy of this FItemStyle with the given properties replaced.