CheckListViewinitialDecoration class

Default check list card decoration

Inheritance

Constructors

CheckListViewinitialDecoration()
const

Properties

decoration Decoration?
The decoration to paint child.
finalinherited
disabledDecoration Decoration?
The decoration to paint child when disabled.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDecoration Decoration?
The decoration to paint child when selected.
finalinherited

Methods

getDecoration(BuildContext context) Decoration
Enabled card decoration
override
getDisabledDecoration(BuildContext context) Decoration
Deselected card decoration
override
getSelectedDecoration(BuildContext context) Decoration
Selected card decoration
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