FTileGroupStyle class - forui.widgets.tile library (original) (raw)

Constructors

FTileGroupStyle.new({required Color borderColor, required double borderWidth, required BorderRadiusGeometry borderRadius, required FTileStyle tileStyle, 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.

Methods

copyWith({Color? borderColor, double? borderWidth, BorderRadiusGeometry? borderRadius, FTileStyle? tileStyle, EdgeInsetsGeometry? labelPadding, EdgeInsetsGeometry? descriptionPadding, EdgeInsetsGeometry? errorPadding, EdgeInsetsGeometry? childPadding, FWidgetStateMap<TextStyle>? labelTextStyle, FWidgetStateMap<TextStyle>? descriptionTextStyle, TextStyle? errorTextStyle})→ 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 thehashCode.

inherited

transform(T function(T))→ T

Available on T, provided by the FTransformables extension

Transform this T using the given function.