You are on page 1of 4

The foreground color for widgets (knobs, text, overscroll edge effect, etc).

accentColorBrightness:
The brightness of the accentColor. Used to determine the color of text and icons
placed on top of the accent color (e.g. the icons on a floating action button)

accentIconTheme:
An icon theme that contrasts with the accent color

accentTextTheme:
A text theme that contrasts with the accent color

appBarTheme:
A theme for customizing the color, elevation, brightness, iconTheme and textTheme
of AppBars

applyElevationOverlayColor:
Apply a semi-transparent overlay color on Material surfaces to indicate elevation
for dark themes.

backgroundColor:
A color that contrasts with the primaryColor, e.g. used as the remaining part of a
progress bar

bannerTheme:
A theme for customizing the color and text style of a MaterialBanner

bottomAppBarColor:
The default color of the BottomAppBar.

bottomAppBarTheme:
A theme for customizing the shape, elevation, and color of a BottomAppBar

bottomSheetTheme:
A theme for customizing the color, elevation, and shape of a bottom sheet

brightness:
The brightness of the overall theme of the application. Used by widgets like
buttons to determine what color to pick when not using the primary or accent color.

buttonBarTheme:
A theme for customizing the appearance and layout of ButtonBar widgets

buttonColor:
The default fill color of the Material used in RaisedButtons

buttonTheme:
Defines the default configuration of button widgets, like RaisedButton and
FlatButton

canvasColor:
The default color of MaterialType.canvas Material

cardColor:
The color of Material when it is used as a Card

cardTheme:
The colors and styles used to render Card.
chipTheme:
The colors and styles used to render Chips.

colorScheme:
A set of thirteen colors that can be used to configure the color properties of most
components.

cupertinoOverrideTheme:
Components of the CupertinoThemeData to override from the Material ThemeData
adaptation.

cursorColor:
The color of cursors in Material-style text fields, such as TextField

dialogBackgroundColor:
The background color of Dialog elements

dialogTheme:
A theme for customizing the shape of a dialog

disabledColor:
The color used for widgets that are inoperative, regardless of their state. For
example, a disabled checkbox (which may be checked or unchecked)

dividerColor:
The color of Dividers and PopupMenuDividers, also used between ListTiles, between
rows in DataTables, and so forth.

dividerTheme:
A theme for customizing the color, thickness, and indents of Dividers,
VerticalDividers, etc

errorColor:
The color to use for input validation errors, e.g. in TextField fields

floatingActionButtonTheme:
A theme for customizing the shape, elevation, and color of a FloatingActionButton

focusColor:
The focus color used indicate that a component has the input focus

hashCode:
The hash code for this object.
read-only, override
highlightColor:
The highlight color used during ink splash animations or to indicate an item in a
menu is selected

hintColor:
The color to use for hint text or placeholder text, e.g. in TextField fields

hoverColor:
The hover color used to indicate when a pointer is hovering over a component

iconTheme:
An icon theme that contrasts with the card and canvas colors

indicatorColor:
The color of the selected tab indicator in a tab bar
inputDecorationTheme:
The default InputDecoration values for InputDecorator, TextField, and TextFormField
are based on this theme.

materialTapTargetSize:
Configures the hit test size of certain Material widgets

pageTransitionsTheme:
Default MaterialPageRoute transitions per TargetPlatform.

platform:
The platform the material widgets should adapt to target.

popupMenuTheme:
A theme for customizing the color, shape, elevation, and text style of popup menus

primaryColor:
The background color for major parts of the app (toolbars, tab bars, etc)

primaryColorBrightness:
The brightness of the primaryColor. Used to determine the color of text and icons
placed on top of the primary color (e.g. toolbar text)

primaryColorDark:
A darker version of the primaryColor

primaryColorLight:
A lighter version of the primaryColor

primaryIconTheme:
An icon theme that contrasts with the primary color

primaryTextTheme:
A text theme that contrasts with the primary color

scaffoldBackgroundColor:
The default color of the Material that underlies the Scaffold. The background color
for a typical material app or a page within the app

secondaryHeaderColor:
The color of the header of a PaginatedDataTable when there are selected rows

selectedRowColor:
The color used to highlight selected rows

sliderTheme:
The colors and shapes used to render Slider.

snackBarTheme:
A theme for customizing colors, shape, elevation, and behavior of a SnackBar

splashColor:
The color of ink splashes. See InkWell

splashFactory:
Defines the appearance of ink splashes produces by InkWell and InkResponse.

tabBarTheme:
A theme for customizing the size, shape, and color of the tab bar indicator

textSelectionColor:
The color of text selections in text fields, such as TextField

textSelectionHandleColor:
The color of the handles used to adjust what part of the text is currently selected

textTheme:
Text with a color that contrasts with the card and canvas colors

toggleableActiveColor:
The color used to highlight the active states of toggleable widgets like Switch,
Radio, and Checkbox

toggleButtonsTheme:
Defines the default configuration of ToggleButtons widgets

tooltipTheme:
A theme for customizing the visual properties of Tooltips.

typography:
The color and geometry TextTheme values used to configure textTheme,
primaryTextTheme, and accentTextTheme

unselectedWidgetColor:
The color used for widgets in their inactive (but enabled) state. For example, an
unchecked checkbox. Usually contrasted with the accentColor. See also
disabledColor.

You might also like