StrutStyleUtility<T extends Attribute> class

Inheritance
Annotations

Constructors

StrutStyleUtility(T builder(StrutStyleDto))

Properties

builder → T Function(StrutStyleDto)
finalinherited
fontFamily FontFamilyUtility<T>
latefinal
fontSize FontSizeUtility<T>
latefinal
fontStyle FontStyleUtility<T>
latefinal
fontWeight FontWeightUtility<T>
latefinal
forceStrutHeight BoolUtility<T>
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

as(StrutStyle value) → T
inherited
call({String? fontFamily, List<String>? fontFamilyFallback, double? fontSize, FontWeight? fontWeight, FontStyle? fontStyle, double? height, double? leading, bool? forceStrutHeight}) → T
fontFamilyFallback(List<String> v) → T
height(double v) → T
leading(double v) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
only({String? fontFamily, List<String>? fontFamilyFallback, double? fontSize, FontWeight? fontWeight, FontStyle? fontStyle, double? height, double? leading, bool? forceStrutHeight}) → T
override
toString() String
A string representation of this object.
inherited

Operators

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