BuildColor class

Constructors

BuildColor(BuildContext context)
It is a simplification of the _Theme.of(context) statement.

Properties

accent Color
return Theme.of(context).accentColor
no setter
background Color
return Theme.of(context).backgroundColor
no setter
bottomAppBar Color
return Theme.of(context).bottomAppBarColor
no setter
button Color
return Theme.of(context).buttonColor
no setter
canvas Color
return Theme.of(context).canvasColor
no setter
card Color
return Theme.of(context).cardColor
no setter
dialogBackground Color
return Theme.of(context).dialogBackgroundColor
no setter
disabled Color
return Theme.of(context).disabledColor
no setter
divider Color
return Theme.of(context).dividerColor
no setter
error Color
return Theme.of(context).errorColor
no setter
focus Color
return Theme.of(context).focusColor
no setter
hashCode int
The hash code for this object.
no setterinherited
highlight Color
return Theme.of(context).highlightColor
no setter
hint Color
return Theme.of(context).hintColor
no setter
hover Color
return Theme.of(context).hoverColor
no setter
indicator Color
return Theme.of(context).indicatorColor
no setter
primary Color
return Theme.of(context).primaryColor
no setter
primaryDark Color
return Theme.of(context).primaryColorDark
no setter
primaryLight Color
return Theme.of(context).primaryColorLight
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffold Color
return Theme.of(context).scaffoldBackgroundColor
no setter
secondaryHeader Color
return Theme.of(context).secondaryHeaderColor
no setter
selectedRow Color
return Theme.of(context).selectedRowColor
no setter
shadow Color
return Theme.of(context).shadowColor
no setter
splash Color
return Theme.of(context).splashColor
no setter
toggleableActive Color
return Theme.of(context).toggleableActiveColor
no setter
unselectedWidget Color
return Theme.of(context).unselectedWidgetColor
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited