nativebase_flutter library Null safety

Classes

Box
This is a generic widget for low level layout needs. It is similar to a Container in Material Widget.
Heading
The Heading widget displays a string of text with set of default style of NativeBase Design System such as fontSize and letterSpacing. The string might break across multiple lines or might all be displayed on the same line depending on the layout constraints.
NativeBaseTheme
NBCard
A Nativebase Design card: a panel with slightly rounded corners and an elevation shadow along with padding .
NBFontSizes
NBFontWeights
NBLetterSpacings
NBLineHeights
NBText
The NBText widget displays a string of text with single style. The string might break across multiple lines or might all be displayed on the same line depending on the layout constraints. It is similar to a Text in Material Widget.

Properties

amber NBColor
read / write
appTheme NativeBaseTheme
read / write
baseLetterSpacings NBLetterSpacings
read / write
baseLineHeights NBLineHeights
read / write
baseNBFontWeights NBFontWeights
read / write
black NBColor
NativeBase black Color
read / write
blue NBColor
read / write
blueGray NBColor
read / write
coolGray NBColor
coolGray color is a secondary color for NativeBase theme
read / write
cyan NBColor
read / write
dark NBColor
read / write
darkBlue NBColor
read / write
darkText Color
Dark Text
read / write
emerald NBColor
read / write
fuchsia NBColor
pink color for NativeBase theme
read / write
gray NBColor
read / write
green NBColor
read / write
indigo NBColor
read / write
lightBlue NBColor
read / write
lightText Color
Light Text
read / write
lime NBColor
read / write
nbColor NativeBaseColor
read / write
nbFontSizes NBFontSizes
read / write
newColor NBColor
read / write
orange NBColor
read / write
pink NBColor
pink color for NativeBase theme
read / write
primary NBColor
NativeBaseColor is use to get the list of color palette available in NativeBase theme. Primary color for this theme is NativeBaseColor.violet which internally returns the shade of violet.shade500
read / write
purple NBColor
purple color for NativeBase theme
read / write
red NBColor
read / write
rose NBColor
rose color for NativeBase theme
read / write
teal NBColor
read / write
text NBColor
read / write
transparent NBColor
Transparent Text
read / write
trueGray NBColor
read / write
warmGray NBColor
read / write
white NBColor
NativeBase white color
read / write
yellow NBColor
read / write