copyWith abstract method
StyleBase
copyWith({
- Alignment? alignment,
- Dimension? width,
- Dimension? height,
- EdgeInsets? margin,
- EdgeInsets? padding,
- bool? visible,
- double? opacity,
- BoxDecoration? backgroundDecoration,
- BoxDecoration? foregroundDecoration,
- List<
ShapeShadow> ? shadows, - List<
ShapeShadow> ? insetShadows, - MorphableShapeBorder? shapeBorder,
- SmoothMatrix4? transform,
- Alignment? transformAlignment,
- Alignment? childAlignment,
- DynamicTextStyle? textStyle,
- TextAlign? textAlign,
- Gradient? shaderGradient,
- ImageFilter? imageFilter,
- ImageFilter? backdropFilter,
- dynamic mouseCursor,
- int? flex,
- int? gridColumnCount,
- int? gridRowCount,
- DynamicEdgeInsets? stackPosition,
Implementation
StyleBase copyWith({
Alignment? alignment,
Dimension? width,
Dimension? height,
EdgeInsets? margin,
EdgeInsets? padding,
bool? visible,
double? opacity,
BoxDecoration? backgroundDecoration,
BoxDecoration? foregroundDecoration,
List<ShapeShadow>? shadows,
List<ShapeShadow>? insetShadows,
MorphableShapeBorder? shapeBorder,
SmoothMatrix4? transform,
Alignment? transformAlignment,
Alignment? childAlignment,
DynamicTextStyle? textStyle,
TextAlign? textAlign,
Gradient? shaderGradient,
ImageFilter? imageFilter,
ImageFilter? backdropFilter,
SystemMouseCursor? mouseCursor,
int? flex,
int? gridColumnCount,
int? gridRowCount,
DynamicEdgeInsets? stackPosition,
});