NestedStyleRule class

Implemented types
Mixed in types

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

background({Color? color, BackgroundAttachment? attachment, BackgroundClip? clip, ImageStyle? image, BackgroundOrigin? origin, BackgroundPosition? position, BackgroundRepeat? repeat, BackgroundSize? size}) NestedStyleRule
Combines the current styles with common background style properties.
inherited
box({EdgeInsets? padding, EdgeInsets? margin, Display? display, BoxSizing? boxSizing, Unit? width, Unit? height, Unit? minWidth, Unit? maxWidth, Unit? minHeight, Unit? maxHeight, Border? border, BorderRadius? radius, Outline? outline, Overflow? overflow, Visibility? visibility, Position? position, double? opacity, Transform? transform, BoxShadow? shadow, Cursor? cursor, Transition? transition}) NestedStyleRule
Combines the current styles with common box style properties.
inherited
combine(Styles styles) NestedStyleRule
Combines the current styles with another Styles instances.
override
flexbox({FlexDirection? direction, FlexWrap? wrap, JustifyContent? justifyContent, AlignItems? alignItems}) NestedStyleRule
Combines the current styles with common flexbox style properties.
inherited
flexItem({Flex? flex, int? order, AlignSelf? alignSelf}) NestedStyleRule
Combines the current styles with common flex child properties.
inherited
grid({GridTemplate? template, GridGap? gap, List<TrackSize>? autoRows, List<TrackSize>? autoColumns}) NestedStyleRule
Combines the current styles with common grid style properties.
inherited
gridItem({GridPlacement? placement}) NestedStyleRule
Combines the current styles with common grid child properties.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
raw(Map<String, String> styles) NestedStyleRule
Combines the current styles with a Map of raw css style properties and values.
inherited
text({Color? color, TextAlign? align, FontFamily? fontFamily, FontStyle? fontStyle, Unit? fontSize, FontWeight? fontWeight, TextDecoration? decoration, TextTransform? transform, Unit? indent, Unit? letterSpacing, Unit? wordSpacing, Unit? lineHeight, TextShadow? shadow, TextOverflow? overflow, WhiteSpace? whiteSpace}) NestedStyleRule
Combines the current styles with common text-related style properties.
inherited
toString() String
A string representation of this object.
inherited

Operators

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