headDecoration property

Decoration get headDecoration

Implementation

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

Implementation

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