PretConfig class

Constructors

PretConfig()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

defaultBorderRadius → const BorderRadius
BorderRadius.all(defaultBorderRounding)
defaultBorderRounding → const Radius
Radius.circular(20)
defaultElementSpacing → const double
15.0
defaultShadow → const BoxShadow
BoxShadow(color: Color.fromRGBO((0), 0, 0, 0.20), offset: Offset(0, 4), blurRadius: 20.0)
intenseShadow → const BoxShadow
BoxShadow(color: Color.fromRGBO((0), 0, 0, 0.40), offset: Offset(0, 4), blurRadius: 30.0)
lightShadow → const BoxShadow
BoxShadow(color: Color.fromRGBO((0), 0, 0, 0.10), offset: Offset(0, 4), blurRadius: 10.0)
minElementSpacing → const double
defaultElementSpacing / 3
preserveShadowSpacing → const double
defaultElementSpacing + 2
thinBorderRadius → const BorderRadius
BorderRadius.all(thinBorderRounding)
thinBorderRounding → const Radius
Radius.circular(10)
thinElementSpacing → const double
defaultElementSpacing / 2
titleBarSafeArea → const double
defaultElementSpacing * 2