NativeBaseTheme class Null safety

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
read / write
color NativeBaseColor
read / write
component NBComponent
read / write
fontSize NBFontSizes
read / write
fontWeight NBFontWeights
read / write
hashCode int
The hash code for this object.
read-only, inherited
letterSpacing NBLetterSpacings
read / write
lineHeight NBLineHeights
read / write
radiuses NBRadius
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shadows NBShadows
read / write
sizes NBSizes
read / write
spaces NBSpaces
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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