SunnySpacing class

List of font styles based on reliveit naming conventions. This can be easily applied to a material or cupertino theme.

Available Extensions

Constructors

SunnySpacing()
factory
SunnySpacing.of({required double scaleFactor, required double spaceUnit, required double appBarHeight, required double cardImageHeight, required double cardImageExpandedHeight})
const

Properties

appBarHeight double
final
cardImageExpandedHeight double
final
cardImageHeight double
final
cardMargin EdgeInsets
no setter
cardSpacing double
final
cardSpacingBox SizedBox
no setter
hashCode int
The hash code for this object.
no setterinherited
horizSpace SizedBox
no setter
hPaddingPage EdgeInsets
no setter
pageSideMargin double
final
pageTopMargin double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleFactor double
final
space SizedBox
no setter
spaceUnit double
final
vertSpace SizedBox
no setter

Methods

copyWith({double? scaleFactor, double? spaceUnit, double? cardImageHeight, double? cardImageExpandedHeight, double? appBarHeight}) SunnySpacing
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
vsliver([int x = 1]) Widget
vspace([int x = 1]) SizedBox

Operators

operator *(num _) double
operator /(num _) double
operator ==(Object other) bool
The equality operator.
inherited

Static Methods

setScaleFactor(double scale) → void