nativebase_flutter library

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
getter/setter pair
appTheme NativeBaseTheme
getter/setter pair
baseLetterSpacings NBLetterSpacings
getter/setter pair
baseLineHeights NBLineHeights
getter/setter pair
baseNBFontWeights NBFontWeights
getter/setter pair
black NBColor
NativeBase black Color
getter/setter pair
blue NBColor
getter/setter pair
blueGray NBColor
getter/setter pair
coolGray NBColor
coolGray color is a secondary color for NativeBase theme
getter/setter pair
cyan NBColor
getter/setter pair
dark NBColor
getter/setter pair
darkBlue NBColor
getter/setter pair
darkText Color
Dark Text
getter/setter pair
emerald NBColor
getter/setter pair
fuchsia NBColor
pink color for NativeBase theme
getter/setter pair
gray NBColor
getter/setter pair
green NBColor
getter/setter pair
indigo NBColor
getter/setter pair
lightBlue NBColor
getter/setter pair
lightText Color
Light Text
getter/setter pair
lime NBColor
getter/setter pair
nbColor NativeBaseColor
getter/setter pair
nbFontSizes NBFontSizes
getter/setter pair
newColor NBColor
getter/setter pair
orange NBColor
getter/setter pair
pink NBColor
pink color for NativeBase theme
getter/setter pair
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
getter/setter pair
purple NBColor
purple color for NativeBase theme
getter/setter pair
red NBColor
getter/setter pair
rose NBColor
rose color for NativeBase theme
getter/setter pair
teal NBColor
getter/setter pair
text NBColor
getter/setter pair
transparent NBColor
Transparent Text
getter/setter pair
trueGray NBColor
getter/setter pair
warmGray NBColor
getter/setter pair
white NBColor
NativeBase white color
getter/setter pair
yellow NBColor
getter/setter pair