headDecoration property

Decoration headDecoration

Implementation

Decoration get headDecoration =>
    this._headDecoration ?? BoxDecoration(color: Colors.white);
void headDecoration=(Decoration value)

Implementation

set headDecoration(Decoration value) {
  _headDecoration = value;
}