LaF class final

Constructors

LaF()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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

Static Properties

languageLocale String
read / write
useLabeledBottomAppBarButtons bool
read / write

Constants

appName → const String
"Bloom"
empty → const Color
Color.fromARGB(0, 0, 0, 0)
homeComponentPadding → const EdgeInsets
EdgeInsets.only(bottom: 4, left: 6, right: 6, top: 4)
outerComponentPadding → const EdgeInsets
EdgeInsets.only(bottom: 8, left: 6, right: 6, top: 8)
primaryBackground → const Color
Color.fromARGB(255, 247, 237, 225)
primaryColor → const Color
Color.fromARGB(255, 233, 204, 160)
primaryColorBlueTint → const Color
Color.fromARGB(255, 17, 125, 174)
primaryColorFgContrast → const Color
Color.fromARGB(255, 48, 48, 48)
primaryColorGreenTint → const Color
Color.fromARGB(255, 180, 242, 183)
primaryColorTint → const Color
Color.fromARGB(255, 243, 197, 144)
primaryColorTintDarker_Pressed → const Color
Color.fromARGB(180, 199, 144, 81)
primaryLightTint → const Color
Color.fromARGB(255, 241, 241, 241)
roundedRectBorderRadius → const Radius
Radius.circular(12)