-
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