CheckboxField class Null safety
- Inheritance
- Mixed in types
Constructors
Properties
- caption ↔ String
-
read / write
- className ↔ String
-
read / write, inherited
- disabled ↔ bool
-
read / write, inherited
-
disableNodes
→ List<
Element> -
read-only, override
- enabled ↔ bool
-
read / write, inherited
- fillContent ↔ bool
-
read / write, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- height ↔ String
-
read / write, inherited-getter, override-setter
- nodeRoot ↔ DivElement
-
read / write, override-getter
-
onValueChange
→ Stream<
ValueChangeEvent< bool> > -
read-only, inherited
- padding ↔ String
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- state ↔ String
-
read / write, inherited
- urlState ↔ String
-
read / write, override
- value ↔ bool
-
read / write, override
- varName ↔ String
-
read / write, inherited
- visible ↔ bool
-
read / write, inherited
- width ↔ String
-
read / write, inherited-getter, override-setter
- wrap ↔ bool
-
read / write, inherited
Methods
-
addCssClass(
String className) → void -
inherited
-
addCssClasses(
List< String> classNames) → void -
inherited
-
clearClasses(
) → void -
inherited
-
closeStream(
) → void -
inherited
-
fireValueChange(
bool oldValue, bool newValue) → void -
inherited
-
focus(
) → void -
override
-
fullHeight(
) → void -
inherited
-
fullSize(
) → void -
inherited
-
fullWidth(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
onChange(
dynamic listener(Event event)) → void -
remove(
) → void -
inherited
-
removeCssClass(
String className) → void -
inherited
-
removeCssClasses(
List< String> className) → void -
inherited
-
setCssClass(
String className) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
waitForReady(
) → Future< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited