FTileGroupStyle class
A FTileGroup's style.
- Inheritance
-
- Object
- FLabelStateStyles
- FTileGroupStyle
- Mixed-in types
Constructors
- FTileGroupStyle({required Color borderColor, required double borderWidth, required BorderRadius 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 → BorderRadius
-
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 setteroverride
- 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(
{Color? borderColor, double? borderWidth, BorderRadius? borderRadius, FTileStyle? tileStyle, FLabelLayoutStyle? labelLayoutStyle, FFormFieldStyle? enabledStyle, FFormFieldStyle? disabledStyle, FFormFieldErrorStyle? errorStyle}) → FTileGroupStyle -
Returns a copy of this style with the given fields replaced by the new values.
override
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
override
-
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.
override