TextTileStyle class

The style to be applied to TextTile widget

Mixed in types
Annotations

Constructors

TextTileStyle({double? spacing, EdgeInsetsGeometry? margin, TextTileAlign? align})
Create a raw TextTileStyle
const
TextTileStyle.from(TextTileStyle? other)
Create a TextTileStyle from another style

Properties

align TextTileAlign?
final
crossAxisAlignment CrossAxisAlignment
CrossAxisAlignment from align
no setter
hashCode int
The hash code for this object.
no setteroverride
margin EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double?
final

Methods

copyWith({double? spacing, EdgeInsetsGeometry? margin, TextTileAlign? align}) TextTileStyle
Creates a copy of this TextTileStyle but with the given fields replaced with the new values.
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
merge(TextTileStyle? other) TextTileStyle
Creates a copy of this TextTileStyle but with the given fields replaced with the new values.
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
toMap() Map<String, dynamic>
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

Static Methods

lerp(TextTileStyle? a, TextTileStyle? b, double t) TextTileStyle?
Linearly interpolate between two TextTileStyle objects.