$FItemContentStyleCopyWith extension
Provides a copyWith
method.
Methods
-
copyWith(
{EdgeInsetsGeometry? padding, FWidgetStateMap< IconThemeData> ? prefixIconStyle, double? prefixIconSpacing, FWidgetStateMap<TextStyle> ? titleTextStyle, double? titleSpacing, FWidgetStateMap<TextStyle> ? subtitleTextStyle, double? middleSpacing, FWidgetStateMap<TextStyle> ? detailsTextStyle, FWidgetStateMap<IconThemeData> ? suffixIconStyle, double? suffixIconSpacing}) → FItemContentStyle -
Available on FItemContentStyle, provided by the $FItemContentStyleCopyWith extension
Returns a copy of this FItemContentStyle with the given properties replaced.