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
- all → EdgeInsets
-
Available on SunnySpacing, provided by the SunnySpacingToEdgeInsets extension
no setter - appBarHeight → double
-
final
- cardImageExpandedHeight → double
-
final
- cardImageHeight → double
-
final
- cardMargin → EdgeInsets
-
no setter
- cardSpacing → double
-
final
- cardSpacingBox → SizedBox
-
no setter
- half → EdgeInsets
-
Available on SunnySpacing, provided by the SunnySpacingToEdgeInsets extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- horiz → EdgeInsets
-
Available on SunnySpacing, provided by the SunnySpacingToEdgeInsets extension
no setter - 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
- shim → EdgeInsets
-
Available on SunnySpacing, provided by the SunnySpacingToEdgeInsets extension
no setter - space → SizedBox
-
no setter
- spaceUnit → double
-
final
- vert → EdgeInsets
-
Available on SunnySpacing, provided by the SunnySpacingToEdgeInsets extension
no setter - 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
Constants
- defaults → const SunnySpacing
- sixteenPxRadius → const Radius
- sixteenPxRadiusAll → const BorderRadius
- sixteenPxRadiusLeft → const BorderRadius
- sixteenPxRadiusRight → const BorderRadius
- twelvePxRadius → const Radius
- twelvePxRadiusAll → const BorderRadius
- twelvePxRadiusBottom → const BorderRadius
- twelvePxRadiusTop → const BorderRadius