BindingStyleBuilder class

Implemented types

Constructors

BindingStyleBuilder([BindingStyle? $src])

Properties

$src BindingStyle?
getter/setter pair
$values List
getter/setter pair
extensions List<BindingStyleExtension>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helper String?
getter/setter pair
hint String?
getter/setter pair
label String?
getter/setter pair
prefix Widget?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix Widget?
getter/setter pair

Methods

build() BindingStyle
call({Object? label = #sentinel, Object? hint = #sentinel, Object? helper = #sentinel, Object? prefix = #sentinel, Object? suffix = #sentinel, Object? extensions = #sentinel}) BindingStyle
override
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