$FStyleCopyWith extension
Provides a copyWith
method.
- on
Methods
-
copyWith(
{FFormFieldStyle formFieldStyle(FFormFieldStyle)?, FFocusedOutlineStyle focusedOutlineStyle(FFocusedOutlineStyle)?, IconThemeData? iconStyle, BorderRadius? borderRadius, double? borderWidth, EdgeInsets? pagePadding, List< BoxShadow> ? shadow, FTappableStyle tappableStyle(FTappableStyle)?}) → FStyle -
Available on FStyle, provided by the $FStyleCopyWith extension
Returns a copy of this FStyle with the given properties replaced.