SemanticSpacingScheme class

Constructors

SemanticSpacingScheme({required double iconTextSpacing, required double smallSpacing, required double iconIconSpacing, required double bubbleSpacing, required double contentSpacing, required double normalSpacing, required double titleSpacing, required double cardSpacing, required double largeSpacing, required double maxSpacing})
const

Properties

bubbleSpacing double
final
cardSpacing double
final
contentSpacing double
final
hashCode int
The hash code for this object.
no setterinherited
iconIconSpacing double
final
iconTextSpacing double
final
largeSpacing double
final
maxSpacing double
final
normalSpacing double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallSpacing double
final
titleSpacing double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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