FTileGroupStyle class
A FTileGroup's style.
- Inheritance
-
- Object
- FFormFieldStyle
- FLabelStyle
- FTileGroupStyle
- Available extensions
Constructors
-
FTileGroupStyle.new({required BoxDecoration decoration, required FTileStyle tileStyle, required FWidgetStateMap<
Color> dividerColor, required double dividerWidth, required FWidgetStateMap<TextStyle> labelTextStyle, required FWidgetStateMap<TextStyle> descriptionTextStyle, required TextStyle errorTextStyle, EdgeInsetsGeometry labelPadding = const EdgeInsets.symmetric(vertical: 7.7), EdgeInsetsGeometry descriptionPadding = const EdgeInsets.only(top: 7.5), EdgeInsetsGeometry errorPadding = const EdgeInsets.only(top: 5), EdgeInsetsGeometry childPadding = EdgeInsets.zero}) - Creates a FTileGroupStyle.
- FTileGroupStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
-
Creates a FTileGroupStyle that inherits from the given arguments.
factory
Properties
- childPadding → EdgeInsetsGeometry
-
The child's padding.
finalinherited
- decoration → BoxDecoration
-
The group's decoration.
final
- descriptionPadding → EdgeInsetsGeometry
-
The description's padding.
finalinherited
-
descriptionTextStyle
→ FWidgetStateMap<
TextStyle> -
The description's text style.
finalinherited
-
dividerColor
→ FWidgetStateMap<
Color> -
The divider's style.
final
- dividerWidth → double
-
The divider's width.
final
- errorPadding → EdgeInsetsGeometry
-
The error's padding.
finalinherited
- errorTextStyle → TextStyle
-
The error's text style.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelPadding → EdgeInsetsGeometry
-
The label's padding.
finalinherited
-
labelTextStyle
→ FWidgetStateMap<
TextStyle> -
The label's text style.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tileStyle → FTileStyle
-
The tile's style.
final
Methods
-
call(
Object? _) → FTileGroupStyle -
Returns itself.
inherited
-
copyWith(
{FWidgetStateMap< TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FFormFieldStyle -
Available on FFormFieldStyle, provided by the $FFormFieldStyleCopyWith extension
Returns a copy of this FFormFieldStyle with the given properties replaced. -
copyWith(
{EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap< TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FLabelStyle -
Available on FLabelStyle, provided by the $FLabelStyleCopyWith extension
Returns a copy of this FLabelStyle with the given properties replaced. -
copyWith(
{BoxDecoration? decoration, FTileStyle tileStyle(FTileStyle)?, FWidgetStateMap< Color> ? dividerColor, double? dividerWidth, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle> ? labelTextStyle, FWidgetStateMap<TextStyle> ? descriptionTextStyle, TextStyle? errorTextStyle}) → FTileGroupStyle -
Available on FTileGroupStyle, provided by the $FTileGroupStyleCopyWith extension
Returns a copy of this FTileGroupStyle 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