FItemGroupStyle class

An FItemGroup's style.

Mixed-in types
Available extensions

Constructors

FItemGroupStyle.new({required FWidgetStateMap<Color> dividerColor, required double dividerWidth, required FItemStyle itemStyle, BoxDecoration decoration = const BoxDecoration(), double spacing = 4})
Creates a FItemGroupStyle.
FItemGroupStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
Creates a FItemGroupStyle that inherits from the given arguments.

Properties

decoration BoxDecoration
The group's decoration.
final
dividerColor FWidgetStateMap<Color>
The divider's style.
final
dividerWidth double
The divider's width.
final
hashCode int
The hash code for this object.
no setterinherited
itemStyle FItemStyle
The item's style.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
The vertical spacing at the top and bottom of each group. Defaults to 4.
final

Methods

call(Object? _) FItemGroupStyle
Returns itself.
inherited
copyWith({BoxDecoration? decoration, double? spacing, FWidgetStateMap<Color>? dividerColor, double? dividerWidth, FItemStyle itemStyle(FItemStyle)?}) FItemGroupStyle

Available on FItemGroupStyle, provided by the $FItemGroupStyleCopyWith extension

Returns a copy of this FItemGroupStyle 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