CCheckboxProps class

Constructors

CCheckboxProps({required bool enable, required bool value, required String? label, required void onChange(bool value)})

Properties

enable bool
Whether the checkbox is enabled or not.
final
hashCode int
The hash code for this object.
no setterinherited
label String?
A text to display beside the checkbox.
final
onChange → void Function(bool value)
Called when the value of the checkbox change.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value bool
Whether the checkbox is checked or not.
final

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