NativeBaseTheme class
Constructors
- NativeBaseTheme({NBFontSizes? fontSize, NBLetterSpacings? letterSpacing, NBFontWeights? fontWeight, NBLineHeights? lineHeight, NBComponent? component, NBSpaces? spaces, NBSizes? sizes, NBBorders? borders, NBRadius? radiuses, NativeBaseColor? colors, NBShadows? shadows})
Properties
- borders ↔ NBBorders
-
getter/setter pair
- color ↔ NativeBaseColor
-
getter/setter pair
- component ↔ NBComponent
-
getter/setter pair
- fontSize ↔ NBFontSizes
-
getter/setter pair
- fontWeight ↔ NBFontWeights
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- letterSpacing ↔ NBLetterSpacings
-
getter/setter pair
- lineHeight ↔ NBLineHeights
-
getter/setter pair
- radiuses ↔ NBRadius
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadows ↔ NBShadows
-
getter/setter pair
- sizes ↔ NBSizes
-
getter/setter pair
- spaces ↔ NBSpaces
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited