StyleBase class abstract

Implementers

Constructors

StyleBase.new()
StyleBase.fromJson(Map<String, dynamic> map)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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}) StyleBase
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveStyle(MediaQueryData data) Style
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

setHeight(StyleBase style, Dimension? height) StyleBase
setWidth(StyleBase style, Dimension? width) StyleBase