FTileGroupStyle class

A FTileGroup's style.

Inheritance
Implemented types
Mixed-in types
Available extensions

Constructors

FTileGroupStyle.new({required Color borderColor, required double borderWidth, required BorderRadiusGeometry borderRadius, required FTileStyle tileStyle, required FFormFieldStyle enabledStyle, required FFormFieldStyle disabledStyle, required FFormFieldErrorStyle errorStyle, FLabelLayoutStyle labelLayoutStyle = const FLabelLayoutStyle(labelPadding: EdgeInsets.symmetric(vertical: 7.7), descriptionPadding: EdgeInsets.only(top: 7.5), errorPadding: EdgeInsets.only(top: 5))})
Creates a FTileGroupStyle.
FTileGroupStyle.inherit({required FColorScheme colorScheme, required FTypography typography, required FStyle style})
Creates a FTileGroupStyle that inherits from the given arguments.

Properties

borderColor Color
The group's border color.
final
borderRadius BorderRadiusGeometry
The group's border radius.
final
borderWidth double
the group's border width.
final
disabledStyle FFormFieldStyle
The style for the form field when it is disabled.
finalinherited
enabledStyle FFormFieldStyle
The style for the form field when it is enabled.
finalinherited
errorStyle FFormFieldErrorStyle
The style for the form field when it has an error.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
labelLayoutStyle FLabelLayoutStyle
The group label's layout style.
final
labelStyle FLabelStyle
The label's style.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileStyle FTileStyle
The tile's style.
final

Methods

copyWith({FLabelLayoutStyle? labelLayoutStyle, Color? borderColor, double? borderWidth, BorderRadiusGeometry? borderRadius, FTileStyle? tileStyle, FFormFieldStyle? enabledStyle, FFormFieldStyle? disabledStyle, FFormFieldErrorStyle? errorStyle}) FTileGroupStyle
Returns a copy of this FTileGroupStyle with the given properties replaced.
inherited
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
transform(T function(T)) → T

Available on T, provided by the FTransformables extension

Transform this T using the given function.

Operators

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