DeviceWidgetBuilder class

Constructors

DeviceWidgetBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withPrimaryTrait(Trait trait, {Color iconColor = WidgetStyleConstants.deviceDetailIconColorActive, Color textColor = WidgetStyleConstants.deviceDetailIconColorActive, dynamic padding = const EdgeInsets.all(8.0), dynamic margins = const EdgeInsets.only(bottom: 8.0)}) DeviceWidgetBuilder
withTraits(List<Trait> traits, {dynamic backgroundColor = Colors.white, EdgeInsets padding = const EdgeInsets.all(8.0), EdgeInsets margins = const EdgeInsets.only(top: 8.0, left: 16.0, right: 16.0)}) DeviceWidgetBuilder

Operators

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