$FTileGroupStyleCopyWith extension
Provides a copyWith
method.
Methods
-
copyWith(
{BoxDecoration? decoration, FTileStyle tileStyle(FTileStyle)?, FWidgetStateMap< Color> ? dividerColor, double? dividerWidth, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FTileGroupStyle -
Available on FTileGroupStyle, provided by the $FTileGroupStyleCopyWith extension
Returns a copy of this FTileGroupStyle with the given properties replaced.