FRawItemContentStyle class

An FItem raw content's style.

Mixed-in types
Available extensions

Constructors

FRawItemContentStyle.new({required FWidgetStateMap<IconThemeData> prefixIconStyle, required FWidgetStateMap<TextStyle> childTextStyle, EdgeInsetsGeometry padding = const EdgeInsetsDirectional.only(start: 15, top: 7.5, bottom: 7.5, end: 10), double prefixIconSpacing = 10})
Creates a FRawItemContentStyle.
FRawItemContentStyle.inherit({required FColors colors, required FTypography typography})
Creates a FRawItemContentStyle that inherits its properties.

Properties

childTextStyle FWidgetStateMap<TextStyle>
The child's text style.
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry
The content's padding. Defaults to EdgeInsetsDirectional.only(15, 13, 10, 13).
final
prefixIconSpacing double
The horizontal spacing between the prefix icon and child. Defaults to 10.
final
prefixIconStyle FWidgetStateMap<IconThemeData>
The prefix icon style.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(Object? _) FRawItemContentStyle
Returns itself.
inherited
copyWith({EdgeInsetsGeometry? padding, FWidgetStateMap<IconThemeData>? prefixIconStyle, double? prefixIconSpacing, FWidgetStateMap<TextStyle>? childTextStyle}) FRawItemContentStyle

Available on FRawItemContentStyle, provided by the $FRawItemContentStyleCopyWith extension

Returns a copy of this FRawItemContentStyle with the given properties replaced.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

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